Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
February 17, 2016 15:16
I checked Community code but do not see PHP there. Is there a PHP plugin? if there is, you'd need to figure out how it implements references. or hopefully someone else replies if they can help.
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 votes
Created
January 21, 2016 03:54
create a library? ;)
Community
IntelliJ IDEA Open API and Plugin Development
How to attach idea community source for intellij platform sdk
0 votes
Edited
January 21, 2016 04:10
Hello Mateusz, the (include string results in search & replace) functionality may already be there. in the rename dialog (you may need to tweak settings so it pops up) there should be a checkbox "...
Community
IntelliJ IDEA Open API and Plugin Development
How to add "rename" functionality for strings in Javascript
0 votes
Created
January 21, 2016 04:15
are the many jars of intellij platform sdk code available? if yes, you may add them to a (local or global) library in project settings. then add that library to plugin module as a dependency.
Community
IntelliJ IDEA Open API and Plugin Development
How to attach idea community source for intellij platform sdk
0 votes
Edited
January 21, 2016 18:20
maybe try to add this Extension Point: https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/lang-api/src/com/intellij/refactoring/rename/RenameHand...
Community
IntelliJ IDEA Open API and Plugin Development
How to add "rename" functionality for strings in Javascript
0 votes
Created
January 21, 2016 22:08
find usages is complex topic. try to implement QueryExecutorBase<PsiReference, ReferencesSearch.SearchParameters> (referencesSearch extension point) see if its processQuery is called
Community
IntelliJ IDEA Open API and Plugin Development
How to add "rename" functionality for strings in Javascript
0 votes
Created
March 16, 2016 09:39
Hello Christian, Java is an easier choice. Plugins can be built pretty much from the menu (build project, prepare plugin for deployment).
Community
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 votes
Created
March 18, 2016 13:42
is it possible to use Plugin SDK with Idea 2016.1? for some reason, after upgrading Idea from 15.0.2 to 2016.1 Plugin SDK seems to be broken.
Community
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 votes
Created
March 18, 2016 18:53
Project settings > Modules > {your plugin module} > Plugin Deployment > Path to META-INF/plugin.xml set this path to path above META-INF
Community
IntelliJ IDEA Open API and Plugin Development
No plugin.xml found
0 votes
Created
April 02, 2016 08:33
a, ctrl-alt-b is goto implementation take a look at GotoImplementationAction and GotoImplementationHandler maybe add a custom action with a custom handler?
Community
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 votes
«
First
‹
Previous
Next
›
Last
»