Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ilya Rodionov
Total activity
21
Last activity
August 18, 2024 19:59
Member since
September 29, 2021 10:10
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
5
Activity overview
Posts (3)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
August 18, 2024 19:59
You can create a plugin with JavaScript support. That's what I did. https://plugins.jetbrains.com/plugin/21826-webcalm-javascript-and-css
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript support in community edition
0 votes
Created
April 11, 2024 12:10
Ravshan Samandarov there is WebCalm plugin that adds support for JavaScript and CSS. As you said - just basic features - no framework/library support. It's free and open-source.
Community
WebStorm
Will JetBrains ever make a free WebStorm Community edition?
0 votes
Edited
July 17, 2023 10:21
Colin Fleming It worked for me. There is no need to implement PsiLanguageInjectionHost.
Community
IntelliJ IDEA Open API and Plugin Development
URL refs in string literals of cusom language
0 votes
Created
June 08, 2023 19:37
I'll provide some details below. NOTE: I use 2020.3 version but the code is the same in the latest IDEA version. The code: function identity(value) { return value} The stack trace: java.lang.Thr...
Community
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 votes
Edited
June 08, 2023 15:49
It's not my case. I have a simple function with a single parameter (without any default value) and the parameter is used only inside the function body.
Community
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 votes