Insert a new GUID to Visual Studio 2012

前端 未结 4 969
难免孤独
难免孤独 2021-01-31 04:29

Is it possible to create a code snippet or something similar to automate the process of generating and inserting GUIDs in to the text editor in Visual Studio 2012? I frequently

4条回答
  •  花落未央
    2021-01-31 04:47

    ReSharper allows you to insert a new guid by typing "nguid" and pressing tab.

    Obviously this is a tad on the expensive side just for the ability to generate a Guid however ReSharper has many other useful features that might be worth considering.

提交回复
热议问题