Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sebastian Monte
Total activity
10
Last activity
March 21, 2019 09:32
Member since
January 20, 2019 12:12
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
March 15, 2019 13:42
Hi, I am facing the same issue at the moment, I would like to customise what is rendered here: There seems to be no way around the following call in `GotoDeclarationAction`: ``` NavigationUtil.g...
Community
IntelliJ IDEA Open API and Plugin Development
GotoDeclarationHandler with multiple targets: How to change the rendering of found targets?
1 vote
Created
March 21, 2019 09:32
Thanks Peter, I think I am able to work this out from here!
Community
IntelliJ IDEA Open API and Plugin Development
GotoDeclarationHandler with multiple targets: How to change the rendering of found targets?
0 votes
Created
March 21, 2019 08:22
The `BAR: value` is a YAMLKeyValue. Can you point me to some examples/docs on how could I achieve the feature with non-physical PSI elements?
Community
IntelliJ IDEA Open API and Plugin Development
GotoDeclarationHandler with multiple targets: How to change the rendering of found targets?
0 votes
Created
March 21, 2019 07:45
As an example, the `delivery.yaml` could contain the following: In the goto popup I currently get: I would like to display the pipeline id next to the `[delivery.yaml]` so that the user knows t...
Community
IntelliJ IDEA Open API and Plugin Development
GotoDeclarationHandler with multiple targets: How to change the rendering of found targets?
0 votes
Edited
March 21, 2019 06:28
I would like to customize the `delivery.yaml` text, so that it provides some additional hint on which `bar` element the reference is pointing in the `delivery.yaml`. Is there a way to do this?
Community
IntelliJ IDEA Open API and Plugin Development
GotoDeclarationHandler with multiple targets: How to change the rendering of found targets?
0 votes
Created
January 26, 2019 12:27
Thank you for the suggestions Anton. I can confirm that implementing a `JsonSchemaCatalogExclusion` indeed did the trick.
Community
IntelliJ IDEA Open API and Plugin Development
YAML completion contributor
0 votes