1. 程式人生 > >Visual Assist X助手的一些使用技巧和快捷鍵

Visual Assist X助手的一些使用技巧和快捷鍵

Shift+Alt+F  Find References 查詢引用

Shift+Alt+S  FindSynbolDialog開啟查詢符號對話方塊

Alt+G        GotoImplementation調到實現

Alt+M        ListMethodsInCurrentFile

Alt+Left      Arrow NavigateBack後臺

Alt+O(字母o)    OpenCurrespondingFile    .h/.cpp切換

Shift+Alt+O     OpenFileInSolutionDialog開啟解決方案檔案對話方塊

Ctrl+Shift+V    Parse彈出最近

10copy的內容選單

重構

Shift+Alt+Q     RefactorContextMenu  彈出重構選單

Shift+Alt+C     RefactorCreateFromUsage

Shift+Alt+R     RefactorRename改名

Alt+Down        Arraw ScopeNext  跳到作用範圍

Alt+Up          Arraw ScopePrevious

Visual Assist X的用法

open file in solution              開啟檔案中的解決辦法

open Corresponding file       開啟相應檔案

list methods in current file     列表方法在當前檔案

file symbol                           檔案標記

find references                找到參考資料

find references in file      找到參考檔案

clone find references results 尋找克隆結果

find previous by context 找到以前的前後關係

goto implementation          轉到執行

refactor 重構

paste 貼上

insert VA snippet 插入VA片段

surround with VA snippet      環繞與VA片段(例如:if(){})

tools工具

enable/disable visual assist x        啟用/禁用視覺協助x

visual assist x options                視覺協助x選項

refactor重構

add member 新增成員

add similar member新增類似的成員

create declaration 建立報單(宣告)

create implementation建立執行(實施)

add include新增包括

changs signature改變簽字

change visibility改變能見度

document method檔案方法

encapsulate field封裝欄位

extract method提取方法

move implementation to source file移動執行原始檔

rename重新命名

tools工具

VA outline -VA大綱

VA View -VA檢視

find references results尋找參考資料的結果

spell check拼寫檢查

sort selected lines排序選定線

reparse current file重當前檔案