Skip to content

Commit

Permalink
Append about typeDef and implementation command
Browse files Browse the repository at this point in the history
Quramy committed May 26, 2017
1 parent d833df1 commit 05df81c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -122,10 +122,15 @@ Alternatively, call the Ex command `:TsuquyomiDefinition` or `:TsuDefinition`.

And type `<C-t>` , Tsuquyomi moves the cursor to the location where the last `<C-]>` was typed.

#### Type Definition
`:TsuTypeDefinition` command is similar to `:TsuDefinition`. `:TsuTypeDefinition` navigates to the location where the type of the symbol under the cursor is defined.

#### References
Type `<C-^>` in normal mode or visual mode, Tsuquyomi shows a list of location where the symbol under the cursor is referenced.

Alternatively, call the Ex command `:TsuReferences`.
Alternatively, call the Ex command `:TsuReferences`.

If you want where an interface is implemented, use `:TsuImplementation`.

#### Keyword search
Call the Ex command `:TsuSearch {keyword}` to get the list of locations which contain the keyword. This command searches the keyword from opened or referenced files in your project.

0 comments on commit 05df81c

Please sign in to comment.