Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Oliver Yasuna
Total activity
17
Last activity
May 26, 2024 15:32
Member since
January 16, 2021 19:49
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
5
Activity overview
Posts (5)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
October 02, 2023 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.
Community
IntelliJ IDEA Users
How to disable the TypeScript Language Service for particular files?
0 votes
Edited
October 02, 2023 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...
Community
IntelliJ IDEA Users
How to disable the TypeScript Language Service for particular files?
0 votes
Created
September 17, 2023 17:38
I created this custom task:create("buildWithoutVaadin") { doFirst { vaadinPrepareFrontend { enabled = false } } finalizedBy(":classes", ":webapp:classes", ":...
Community
IntelliJ IDEA Users
Trigger hot reload manually?
0 votes
Created
March 04, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Run configuration is never saved
0 votes
Created
February 25, 2022 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!
Community
IntelliJ IDEA Open API and Plugin Development
Run configuration is never saved
0 votes
Edited
February 25, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Run configuration is never saved
0 votes