Context Tagging is a feature set that perform expression type, scope, inheritance analysis as well as symbol look-up within the current context to help you navigate and write code.
Context Tagging uses an engine to parse your code and build a database of symbol definitions and declarations -- commonly referred to as tags.
Tag-Driven Navigation
Go to Definition - Ctrl+. >push_tag
Go to Referrence - Ctrl+/ >push_ref
Pop bookmarks - Ctrl+, >pop_bookmark
Begin/End Structure Matching
Ctrl+]
via it, can easily find the begin/end pair.
Navigation in statements and tags
Go to End of Proc - >end_proc
>next_proc
>prev_proc
Go to End of Tag - >end_tag
>next_tag
>prev_tag
Cursor Navigation
top_of_window/bottom_of_window Ctrl+PgUp/PgDown
top_of_buffer/bottom_of_buffer Ctrl+Home/End
page_left/page_right
goto_line Ctrl+J
Symbol Browsing
Selection
select_char F8
select_line Ctrl+L
select_block Ctrl+B
Hex Mode Editing
Ctrl+Shift+H
阅读(1153) | 评论(0) | 转发(0) |