forked from qt-creator/qt-creator
LanguageClient: add action to open call hierarchy
Fixes: QTCREATORBUG-28839 Fixes: QTCREATORBUG-28842 Change-Id: Icb70412282c0c2c36241559d942a58ffddab5664 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -208,6 +208,7 @@ const char FOLLOW_SYMBOL_UNDER_CURSOR_IN_NEXT_SPLIT[] = "TextEditor.FollowSymbol
|
||||
const char FIND_USAGES[] = "TextEditor.FindUsages";
|
||||
// moved from CppEditor to TextEditor avoid breaking the setting by using the old key
|
||||
const char RENAME_SYMBOL[] = "CppEditor.RenameSymbolUnderCursor";
|
||||
const char OPEN_CALL_HIERARCHY[] = "TextEditor.OpenCallHierarchy";
|
||||
const char JUMP_TO_FILE_UNDER_CURSOR[] = "TextEditor.JumpToFileUnderCursor";
|
||||
const char JUMP_TO_FILE_UNDER_CURSOR_IN_NEXT_SPLIT[] = "TextEditor.JumpToFileUnderCursorInNextSplit";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user