Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Simonchik
Total activity
533
Last activity
February 05, 2025 21:00
Member since
January 10, 2012 08:43
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
178
Activity overview
Articles (0)
Posts (0)
Comments (352)
Sort by recent activity
Recent activity
Votes
Created
August 29, 2016 14:15
Hi guys, Yes, WebStorm 2016.2.2 handles all node_modules directories as npm-installed dependencies (thus, it's excluded automatically and marked as a library root). Sorry for the inconvenience. The...
Community
WebStorm
How to unexclude node_modules in 2016.2.2?
1 vote
Created
May 13, 2013 10:41
Hi Gilbert,To have css class completion you need also bootstrap.css.To enable live edit support, check on the main menu View | Live Edit (you will be asked to install "JetBrains IDE support" if you...
Community
IntelliJ IDEA Users
Adding bootstrap support to an existing project
1 vote
Created
January 13, 2014 13:17
Forgot about breakpoints. Sorry.If you'd like to debug child process, you need to pass "--debug-brk=<any free port>" as "execArgv" parameter to it.With "execArgv: []" child process is obviously sta...
Community
IntelliJ IDEA Users
Debugging node child processes
1 vote
Created
January 24, 2016 22:21
Hi Patrick, Related issue: https://youtrack.jetbrains.com/issue/IDEA-147185 (Fixed in IDEA 16) Source code: https://github.com/JetBrains/intellij-community/blob/webstorm/144.3298/platform/platform-...
Community
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
1 vote
Created
January 25, 2016 09:06
Sorry, caused by internal visibility of the issue. I've changed it. Please try again.
Community
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
1 vote
Created
February 05, 2014 11:56
Thanks a lot! Reproduced.The problem is that "InCompile.compiler.getClass().getClassLoader()" is "sun.misc.Launcher$AppClassLoader@1216f5a".So when it needs to create an instance of "JavacProcessin...
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
1 vote
Created
July 04, 2012 11:38
Hi Andre,try this:Annotation annotation = com.intellij.lang.annotation.AnnotationHolder.createInfoAnnotation(...);annotation.setGutterIconRenderer(...);
Community
IntelliJ IDEA Open API and Plugin Development
How to implement "go to to implementation"
1 vote
Created
February 05, 2025 21:00
There is no access to the output right now. Please watch https://youtrack.jetbrains.com/issue/IJPL-176940 for the updates. Would be great if you could describe there your case in more details – wha...
Community
IntelliJ IDEA Open API and Plugin Development
How to access the new BetaTerminal using the org.jetbrains.intellij.platform - 2.2.1
0 votes
Created
December 27, 2024 09:29
If you have `JBTerminalWidget` instance, you can just write command to the input stream:`widget.getTtyConnector().write("echo foo")`
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
1 vote
Created
October 17, 2024 23:36
Please see IJPL-164451 to have a convenient way to contribute action to the classic terminal.Workaround: to add an action to `JBTerminalWidget`, please try this example: private fun addActionToJedi...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get the selected text in the terminal view in my plugin?
0 votes
«
First
‹
Previous
Next
›
Last
»