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 recent activity
Recent activity
Votes
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
Created
May 11, 2018 12:56
That's AngularJS, sorry for the typo. Which version of plugin do you have and what version of CLI are you using?
Community
IntelliJ IDEA Open API and Plugin Development
Angular CLI plugin for GoLand
1 vote
Created
May 11, 2018 12:15
Hey, this functionality is already provided by Angular plugin. Do you use it?
Community
IntelliJ IDEA Open API and Plugin Development
Angular CLI plugin for GoLand
0 votes
Created
May 09, 2018 21:30
If you need only JavaScript support, you can set up WebStorm as an SDK and WS license would be enough
Community
IntelliJ IDEA Open API and Plugin Development
How to use JS PsiFiles in my plugin?
0 votes
Created
May 03, 2018 08:56
Hello Christian, what you see in the community edition is basic keywords highlighting that doesn't build PSI. You can set Ultimate Edition as an SDK and add JavaScript plugin from that installation
Community
IntelliJ IDEA Open API and Plugin Development
How to use JS PsiFiles in my plugin?
0 votes
Created
April 17, 2018 14:35
You can wrap your text in HTML via com.intellij.xml.util.XmlStringUtil#wrapInHtml and that will automatically wrap any text that's too long
Community
IntelliJ IDEA Open API and Plugin Development
WebStorm - How to wrap error message in New Project?
1 vote
Created
March 26, 2018 17:24
Vue plugin uses a combination of com.intellij.lang.javascript.completion.JSSmartCompletionContributor and com.intellij.lang.javascript.JavaScriptSpecificHandlersFactory to provide completion and na...
Community
IntelliJ IDEA Open API and Plugin Development
How to identify the code of the ES6 specification in <script></script> for reference
1 vote
Created
March 16, 2018 14:26
You can do that via CodeCompletionHandlerBase.createHandler().invokeCompletion()
Community
IntelliJ IDEA Open API and Plugin Development
How get all standard html5 attributes ?
0 votes
Next
›
Last
»