Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
t4lz
Total activity
22
Last activity
September 02, 2024 21:48
Member since
January 17, 2023 15:05
Following
0 users
Followed by
0 users
Votes
10
Subscriptions
5
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
September 02, 2024 21:48
There is nothing special required to use this extension point.With “this extension point”, you're talking about org.rust.runConfigurationExtension? That's the right extension point even though that...
Community
IntelliJ IDEA Open API and Plugin Development
What is the extension point for modifying existing run configurations for rust runs (in RustRover)?
0 votes
Created
April 18, 2023 16:53
Thank you for the clarification, Yann Cebron. Unlike in e.g. `PythonRunConfigurationExtension`, in `AbstractNodeRunConfigurationExtension`, `patchCommandLine` is final. So how can we offer a simila...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a JComponent to pre-existing Run configuration editor
0 votes
Created
April 18, 2023 08:47
Thanks you for the advice and the link. The documentation here https://plugins.jetbrains.com/docs/intellij/webstorm.html#configuring-plugin-projects-targeting-webstorm says `JavaScriptLanguage`, is...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
April 17, 2023 19:51
Was `com.jetbrains.nodejs.run.NodeJSRunConfigurationExtension` (that is mentioned a lot in this thread) removed or something? I get `Unresolved reference: NodeJSRunConfigurationExtension` when I tr...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a JComponent to pre-existing Run configuration editor
1 vote
Edited
April 17, 2023 19:16
Edit: the solution for me was to use `JavaScript` instead of `JavaScriptLanguange`, I think. Hi, I'm getting this issue also with newer versions of gradle-intellij-plugin, using IntelliJ IDEA Ultim...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
1 vote