我注意到當我將光標移到我的代碼中的某個單詞上時vb突出顯示了我代碼中的所有單詞。是否有快捷方式同時編輯所有單詞?代碼編輯快捷鍵
Q
代碼編輯快捷鍵
2
A
回答
3
您需要一個重構工具。
Visual Studio附帶了一個非常簡單的重構工具,可從重構工具欄或重構上下文菜單中獲得。
您正在尋找的功能被稱爲重命名和它的快捷鍵是CTR+R, CTRL+R
(指按兩次鍵CTRL和R)
其他替代品(不是免費的)是ReSharper或CodeRush
一個很好的解釋的重構過程可以在Martin Fowler's book, Refactoring中找到:
Refactoring is the process of changing a software system in such a way that it does not alter the external behavior of the code yet improves its internal structure. It is a disciplined way to clean up code that minimizes the chances of introducing bugs. In essence, when you refactor you are improving the design of the code after it has been written.
相關問題
- 1. iPython筆記本鍵盤快捷鍵繼續編輯代碼
- 2. 鍵盤快捷鍵編輯器
- 3. 硬編碼快捷鍵
- 4. Atom編輯器下一行快捷鍵
- 5. 如何編輯Textmate快捷鍵
- 6. Matlab的編輯器快捷鍵
- 7. Rstudio鍵盤快捷鍵嵌入代碼
- 8. jsfiddle鍵盤快捷鍵「運行」代碼
- 9. xcode中的代碼輔助快捷鍵
- 10. TFS源代碼管理快捷鍵
- 11. 對{{}}和{%%}的VS代碼快捷鍵
- 12. VB.NET中的代碼片段快捷鍵?
- 13. 有沒有辦法禁用Access 2007的代碼編輯器CTRL + Y快捷鍵?
- 14. 快捷方式導航回Android Studio代碼編輯器
- 15. Java編輯Java源代碼的Eclipse調試快捷方式
- 16. Linux編譯代碼的快捷方式
- 17. 用於更快UI編輯的ADT快捷鍵
- 18. 限制TinyMCE編輯器中的鍵盤快捷鍵
- 19. 在Aptana的Eclipse插件中編輯鍵盤快捷鍵(w.r.t. coffeescript)
- 20. Eclipse:帶編輯器鍵盤快捷鍵的鏈接?
- 21. 螢火蟲鍵盤快捷鍵「編輯手錶」
- 22. Dart編輯器HTML註釋的鍵盤快捷鍵
- 23. VS代碼鍵入文本與鍵盤快捷鍵?
- 24. 如何編程android鍵盤快捷鍵
- 25. SQL嵌套CASE - 快捷鍵邏輯?
- 26. 3鍵快捷鍵
- 27. 鍵盤快捷鍵
- 28. 鍵盤快捷鍵
- 29. 鍵快捷鍵,Java
- 30. 記事本++輕鬆實現HTML編碼的鍵盤快捷鍵