Tuesday, December 22, 2015

Code Refactors: Fill GUID into String of Current Code Line

Its feature is pretty self-explanatory, filling a GUID into the string in the current code line.

If something like the following is written somewhere,

string guid = "";

        the cursor is with the quotes, and the Fill GUID into String of Current Line command is called up, the code will look like below:

string guid = "0d00560b-291a-4cac-8b58-186fb0fd11b6";

Many other GUID relevant widgets are provided by Visual Smarter, e.g. listing out GUIDs, replacing existing GUIDs, uniquifying GUIDs, and so on.

FREE Download and Try Visual Smarter 2015

No comments:

Post a Comment