mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
Fix package name.
This commit is contained in:
parent
ee026df51e
commit
09d25bd18c
@ -8,7 +8,7 @@ title: 13. Go To Symbol Contributor
|
|||||||
|
|
||||||
To specify how a PSI element looks like in the *Go To Symbol* popup window, *Structure* tool window or another components, it should implement *getPresentation* method.
|
To specify how a PSI element looks like in the *Go To Symbol* popup window, *Structure* tool window or another components, it should implement *getPresentation* method.
|
||||||
|
|
||||||
This means we need to define this method in our utility *com.simpleplugin.parser.SimplePsiImplUtil* and regenerate the parser and PSI classes.
|
This means we need to define this method in our utility *com.simpleplugin.psi.impl.SimplePsiImplUtil* and regenerate the parser and PSI classes.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
public static ItemPresentation getPresentation(final SimpleProperty element) {
|
public static ItemPresentation getPresentation(final SimpleProperty element) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user