VS2008 how to change from Web Developer to C# Developer settings

心不动则不痛 提交于 2020-01-02 02:03:29

问题


I just reinstalled vs2008 and accidentally selected Web Developer instead of C# Developer the first time it ran and now all my key bindings that I was used to are wrong. How do I change it to C# Developer?

I tried devenv /resetsettings, but it only reset my fonts and other settings.


回答1:


Tools->Import And Export Settings->Reset All Settings

This will give you an option to select a different setup (i.e. C# developer).




回答2:


Have you tried to set the "additional keyboard mapping scheme" to Visual C# under Options -> Environment -> Keyboard?




回答3:


Quite easy:

Tools > Customize... > Keyboard

Then change for one of the specified presets.



来源:https://stackoverflow.com/questions/2078551/vs2008-how-to-change-from-web-developer-to-c-sharp-developer-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!