Make Visual Studio understand CamelCase when hitting Ctrl and cursor keys

后端 未结 7 1984
抹茶落季
抹茶落季 2020-11-28 20:34

Is there a way that I can configure Visual Studio 2008 to understand CamelCase? Specifically, I\'d like to be able to get Ctrl + right or

7条回答
  •  悲哀的现实
    2020-11-28 21:15

    I don't think Visual Studio supports this feature internally, as it seems to be using the normal way Ctrl+Right and Ctrl+Left work in Windows environment. But it's probably possible with some kind of extension or plugin.

提交回复
热议问题