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)