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
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
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
Created
February 26, 2018 16:14
What error do you get in that case? I think you should also add freemarker.jar for it to work
Community
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 votes
Created
February 26, 2018 16:03
They're mostly reusing report generation capabilities of underlying tools (e.g. launching coverage with special parameters), so there's not much to reuse. You can try bundling coverage-report.jar a...
Community
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 votes
Created
February 25, 2018 09:11
Oh, now I get it. Looks like all report generators that are used in minor IDEs (e.g. Ruby, Python, etc) do not use HTMLReportBuilder as it seems to be more or less Java-specific (namespaces, classe...
Community
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 votes
Created
February 24, 2018 10:00
Hi Scott, that seems strange as report generation works ok for built-in plugins. If there's coverage data selected in Run | Show Code Coverage Data, there's an action to generate a report. Does you...
Community
IntelliJ IDEA Open API and Plugin Development
Copyright and Coverage report plugins missing from WebStorm?
0 votes
Created
February 05, 2018 10:24
А для чего вы хотите иметь собственный тип модуля?
Community
IntelliJ IDEA Open API and Plugin Development
Inheritance ModuleType and output to the console text stream from cmd
0 votes
Created
January 26, 2018 10:31
Здравствуйте, правда ли есть необходимость в своём ModuleType? Пример того как можно запустить команду и вывести результат в окно внизу можно посмотреть тут
Community
IntelliJ IDEA Open API and Plugin Development
Inheritance ModuleType and output to the console text stream from cmd
0 votes
«
First
‹
Previous
Next
›
Last
»