主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ilya Rodionov
活动总数
20
最后的活动
2024年08月18日 19:59
成员加入日期
2021年09月29日 10:10
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
5
活动概览
帖子(3)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2024年08月18日 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
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript support in community edition
0 票
创建于
2024年04月11日 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.
社区
WebStorm
Will JetBrains ever make a free WebStorm Community edition?
0 票
已编辑于
2023年07月17日 10:21
Colin Fleming It worked for me. There is no need to implement PsiLanguageInjectionHost.
社区
IntelliJ IDEA Open API and Plugin Development
URL refs in string literals of cusom language
0 票
创建于
2023年06月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 票
已编辑于
2023年06月08日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 票