File: ia.el.html
Interactive access to semantic-analyze.
These routines are fairly simple, and show how to use the Semantic analyzer to provide things such as completion lists, summaries, locations, or documentation.
; TODO
fast-jump. For a virtual method, offer some of the possible implementations in various sub-classes.
Defined variables (2)
semantic-ia-completion-format-tag-function | Function used to convert a tag to a string during completion. |
semantic-ia-completion-menu-format-tag-function | Function used to convert a tag to a string during completion. |
Defined functions (13)
semantic-ia--fast-jump-helper | (DEST) |
semantic-ia-complete-symbol | (&optional POS) |
semantic-ia-complete-symbol-menu | (POINT) |
semantic-ia-complete-tip | (POINT) |
semantic-ia-describe-class | (TYPENAME) |
semantic-ia-fast-jump | (POINT) |
semantic-ia-fast-mouse-jump | (EVT) |
semantic-ia-get-completions | (CONTEXT POINT) |
semantic-ia-insert-tag | (TAG) |
semantic-ia-insert-tag-default | (TAG) |
semantic-ia-show-doc | (POINT) |
semantic-ia-show-summary | (POINT) |
semantic-ia-show-variants | (POINT) |