Accelerate development of Visual Studio-some development skills of Visual Studio-
Recently I have to use Visual Studio for some development. I am used to Eclipse and feel it is difficult to get started with Visual Studio. However, through google, I made Eclipse of Visual Studio and recorded it by the way to avoid forgetting it.
1) The displayed text is automatically completed. Change the shortcut key to Alt +/. Method: Tools> options. In the displayed dialog box, select environment> keyboard. Find "Edit: complete the word" (you can filter and query the word) and change it to Atl +/
2) there is a "Link with Editor" button on Eclipse Project Explorer to synchronize the opened documents and file locations in Project Explorer. In VS, you can configure "Track active item in Solution Explorer" by using Tools> Options...> projects and Solutions> General (Make sure "Track active item in Solution Explorer" is checked. that shoshould do it .)
3) view the inheritance relationships of classes. In Eclipse, you can use Ctrl + T to view the information. In VS, I don't see any related shortcut keys, but I can view these links in the class attempt. The current task is to synchronize the view. For more information, see tools> Custom. In the displayed dialog box, select the command tab and select "other context menu | code window" from the context menu ". Click Add command, select View> synchronization Class View in the pop-up dialog box, and click OK.
Right-click the class name in the editor, and the "synchronization Class View" option will appear.
Please refer to the article "looking for lost synchronization View"
You can also use the "View class diagram" function to observe the relationship between classes.
4) during editing, the command for deleting a line is Ctrl + X (Ctrl + D in Eclipse)
Development of qt program in visualstudio2013
The Code should be okay. I can run it here, but I don't know what errors you have.
C/C ++ development in Windows. Which of the following is better for Eclipse and Visual Studio? How can we compare the compilation speed, UI, and convenience? Worship
Visual Studio is recommended for comparison. Visual Studio 2013 Express. UI depends on your preferences. VS2013 is still very beautiful. To facilitate it, VS is easy to do C/C ++, and CDT is required for Eclipse. The Compilation speed depends on your computer performance.
If you want to select a free development environment, Codeblocks, Dev-cpp, and Codelite are all good choices.