Browse by Tags
All Tags » Visual Studio
-
Is there a way to disable the dropdown for Codespell in the code window?
It overrides my ability to use the normal context menus when working with legacy code (i.e. go to definition, etc...)
-
Sometimes you may reset default GhostDoc shortcut in Visual Studio or want to assign your own custom shortcut.
Here is how you do that:
In Visual Studio go to Tools -> Options, then select Environment -> Keyboard
Filter commands by "GhostDoc" in the Show commands containing text box
Select ...
-
If you need to preserve your Visual Studio settings, there is a tool built into VS that allows to backup and restore the settings. In this tutorial we are assuming that you are saving a copy of ALL settings to use by you personally as a backup.
Make a backup
In Visual Studio use Tools / Import and Export Settings… menu to ...
|
|