主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Oliver Yasuna
活动总数
17
最后的活动
2024年05月26日 15:32
成员加入日期
2021年01月16日 19:49
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
5
活动概览
帖子(5)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2023年10月02日 19:02
Does the JetBrains license permit me to decompile the TypeScript plugin and rewrite it for personal use? Theorhetically, I could give it the same identifier.
社区
IntelliJ IDEA Users
How to disable the TypeScript Language Service for particular files?
0 票
已编辑于
2023年10月02日 13:17
Elena Pogorelova Thank you for your response. It looks like the issue you linked is under WebStorm. It should probably be more-so about the TypeScript plugin, right? Doesn't look like it has gained...
社区
IntelliJ IDEA Users
How to disable the TypeScript Language Service for particular files?
0 票
创建于
2023年09月17日 17:38
I created this custom task:create("buildWithoutVaadin") { doFirst { vaadinPrepareFrontend { enabled = false } } finalizedBy(":classes", ":webapp:classes", ":...
社区
IntelliJ IDEA Users
Trigger hot reload manually?
0 票
创建于
2022年03月04日 00:29
I tested it on another machine and was able to open and run the project. I just zipped up the entire project folder: https://easyupload.io/wxbi4k. And the CLion project: https://easyupload.io/hwka2...
社区
IntelliJ IDEA Open API and Plugin Development
Run configuration is never saved
0 票
创建于
2022年02月25日 18:52
The JAR is now on Maven Central. Otherwise, you can build from the repo: https://github.com/oliveryasuna/commons-language. Thanks for the time you've put into this!
社区
IntelliJ IDEA Open API and Plugin Development
Run configuration is never saved
0 票
已编辑于
2022年02月25日 15:39
Thank you for your response. I tried, e.g., qemuExecutableField.addActionListener(event -> fireEditorStateChanged()), and while the listener is called, it did not solve my problem. The "Apply" butt...
社区
IntelliJ IDEA Open API and Plugin Development
Run configuration is never saved
0 票