rename refactoring 中文意思是什麼

rename refactoring 解釋
更名重構
  1. Available refactoring options include rename, extract method, extract interface, change signature, and encapsulate field

    可用的重構選項包括重命名、提取方法、提取介面、更改簽名和封裝欄位。
  2. In the code editor, rename refactoring is available when you position the cursor on the code symbol declaration

    將光標置於代碼符號聲明中時,可以在「代碼編輯器」中使用重命名重構功能。
  3. However, if your project is relatively small, you can use visual studio s refactoring options to rename the method

    但是,如果您的項目相對較小,則可以使用visual studio的重構選項來重命名方法。
  4. To rename methods or types, or change method parameters, use the refactoring feature, which is more thorough and intelligent than search and replace

    若要重命名方法或類型,或更改方法參數,請使用重構功能,它比查找和替換更徹底、更智能化。
  5. This illustrates that using refactoring to rename symbols is different than simply performing a find - and - replace action in the editor ; refactoring renames symbols with knowledge of the semantics of the symbol that it is working with

    這說明使用重構來重命名符號不同於在編輯器中直接執行查找替換操作;重構會根據正在處理的符號的語義來重命名符號。
  6. Menu item, to invoke rename refactoring without a preview of the changes to your code

    要調用不具有代碼更改預覽的重命名重構功能,請選擇「將
  7. You can only invoke rename refactoring using smart tags at the declaration of an identifier

    只能在標識符聲明中使用智能標記來調用重命名重構功能。
  8. When you select an identifier in class view, rename refactoring is available from the context menu and

    在「類視圖」中選擇標識符時,可以從上下文菜單和「重構」菜單中使用重命名重構功能。
  9. Select the rename with preview menu item, to invoke rename refactoring with a preview of the changes to your code

    要調用具有代碼更改預覽的重命名重構功能,請選擇「帶預覽重命名」菜單項。
  10. Menu. object browser when you select an identifier in object browser, rename refactoring is only available from the

    在「對象瀏覽器」中選擇標識符時,只能在「重構」菜單中使用重命名重構功能。
  11. A rename refactoring operation is performed when you rename a component from the properties window or document outline window

    ,則在「屬性」窗口或「文檔大綱」窗口中重命名組件時將執行重命名重構操作。
  12. The undo command ctrl z will only undo rename refactoring within the code and will not change the file name back to the original name

    「撤消」命令( ctrl + z )將僅撤消代碼中的重命名重構操作,而不會將文件名改回原始名稱。
  13. If the selected source file contains a class whose class name is the same as the file name, then you can use this command to simultaneously rename the source file and execute rename refactoring

    如果選定的源文件包含類名與文件名相同的類,則可以使用此命令同時重命名源文件並執行重命名重構。
  14. If the selected source file does not contain a class whose name is the same as the file name, then the rename command in solution explorer will only rename the source file and will not execute rename refactoring

    如果選定的源文件不包含類名與文件名相同的類,則「解決方案資源管理器」中的「重命名」命令將僅重命名源文件,而不會執行重命名重構。
分享友人