Adds a command to the code editor context menu labeled "Add Include". This simply copies the selected text and adds it below the last #include line at the top of the file. For example, if you select "MyClass" in the code and run this command, it adds #include "MyClass.h" at the top. This is handy if you map it to a keyboard shortcut such as Ctrl+1 or similar. |