Skip to content

Commit

Permalink
go_to_symbol_contributor.md: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Nov 18, 2016
1 parent c0d88ac commit 5c0352a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/custom_language_support/go_to_symbol_contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 13. Go To Symbol Contributor
---

*A go to symbol contributor helps user to navigate to any PSI element by it's name.*
*A go to symbol contributor helps user to navigate to any PSI element by its name.*

### 13.1. Define helper method for generated PSI elements

Expand Down Expand Up @@ -55,7 +55,7 @@ property ::= (KEY? SEPARATOR VALUE?) | KEY {mixin="com.simpleplugin.psi.impl.Sim

### 13.5. Run the project

Now we can navigate to a property definition by name pattern via *⌥⌘⇧N* shortcut.
Now we can navigate to a property definition by name pattern via **Navigate \| Symbol** action.

![Go To Symbol](img/go_to_symbol.png)

Expand Down

0 comments on commit 5c0352a

Please sign in to comment.