Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dennis Ushakov
Total activity
833
Last activity
November 23, 2018 21:33
Member since
March 30, 2009 18:01
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
330
Activity overview
Articles (0)
Posts (0)
Comments (502)
Sort by votes
Recent activity
Votes
Created
May 02, 2017 16:09
Sorry, that was my change and it was a part of refactoring to replace deprecated CompletionData with proper contributors for XML. Completion is stopped only after & to prevent irrelevant results fr...
Community
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
1 vote
Created
December 20, 2016 14:13
I've pushed a change to master that will collect external annotators for all base languages. It will be available in the second 2017.1 EAP, let's see how it goes
Community
IntelliJ IDEA Open API and Plugin Development
External annotators for a base language are ignored when another external annotator exists for a more specific flavor
1 vote
Created
December 01, 2016 07:39
Hi Karol, in order to access another language tree in template language you can use FileViewProvider: psiFile.getViewProvider().getPsi(lang) where lang in your case most likely should be HTMLLangua...
Community
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
1 vote
Created
October 31, 2016 11:40
Hi, I'm very sorry for the delayed reply, but here are good news: I've just pushed build.gradle for the AngularJS plugin, so you should be able to compile and run it without extra effort. You can d...
Community
IntelliJ IDEA Open API and Plugin Development
How to Build intellij-plugins repository?
1 vote
Created
July 22, 2016 17:36
In case of Ruby, there's an additional lexer that can eat both ERb stuff and template data and provides tokens that are considered "outer" language tokens and Ruby parser just skips them. That is a...
Community
IntelliJ IDEA Open API and Plugin Development
ERB like template language
1 vote
Created
July 22, 2016 15:42
Hi Luke, here's what ERb lexer does, it produces 3 types of tokens: ERb specific tokens (such as <%, <%=, etc) Ruby code characters (everything in between <% and %>). This does not need to be full...
Community
IntelliJ IDEA Open API and Plugin Development
ERB like template language
1 vote
Created
July 20, 2012 08:21
You can do this automatically by running file from context menu. This creates temporary run configuration, it goes away from the list after you hit temporary configurations limit. Limit can be spec...
Community
RubyMine
How to run Ruby Script currently open in the editor tab?
1 vote
Created
November 23, 2018 21:33
Hi Werner, have you considered using https://github.com/JetBrains/gradle-intellij-plugin? You can specify IntelliJ Ultimate as an SDK type and simply add JavaScript and CSS as a dependency
Community
IntelliJ IDEA Open API and Plugin Development
My plugin tests have to rely on jars which are partially not part of the openapi
0 votes
Created
July 11, 2018 09:30
Hi David, You can use com.intellij.lang.javascript.library.JSPredefinedLibraryProvider extension point for that purpose and override getPredefinedLibraries(Project) and getRequiredLibraryFilesForRe...
Community
IntelliJ IDEA Open API and Plugin Development
[Mongo4idea] Load Mongo Shell JS Libs when editing a JS file
0 votes
Created
May 11, 2018 13:25
Renaming will be fixed in one of the following plugin updates
Community
IntelliJ IDEA Open API and Plugin Development
Angular CLI plugin for GoLand
0 votes
«
First
‹
Previous
Next
›
Last
»