主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Simonchik
活动总数
533
最后的活动
2025年02月05日 21:00
成员加入日期
2012年01月10日 08:43
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
178
活动概览
文章(0)
帖子(0)
评论(352)
按最近的活动排序
最近的活动
投票数
创建于
2016年08月29日 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...
社区
WebStorm
How to unexclude node_modules in 2016.2.2?
1 票
创建于
2013年05月13日 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...
社区
IntelliJ IDEA Users
Adding bootstrap support to an existing project
1 票
创建于
2014年01月13日 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...
社区
IntelliJ IDEA Users
Debugging node child processes
1 票
创建于
2016年01月24日 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-...
社区
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
1 票
创建于
2016年01月25日 09:06
Sorry, caused by internal visibility of the issue. I've changed it. Please try again.
社区
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
1 票
创建于
2014年02月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
1 票
创建于
2012年07月04日 11:38
Hi Andre,try this:Annotation annotation = com.intellij.lang.annotation.AnnotationHolder.createInfoAnnotation(...);annotation.setGutterIconRenderer(...);
社区
IntelliJ IDEA Open API and Plugin Development
How to implement "go to to implementation"
1 票
创建于
2025年02月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to access the new BetaTerminal using the org.jetbrains.intellij.platform - 2.2.1
0 票
创建于
2024年12月27日 09:29
If you have `JBTerminalWidget` instance, you can just write command to the input stream:`widget.getTtyConnector().write("echo foo")`
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
1 票
创建于
2024年10月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I get the selected text in the terminal view in my plugin?
0 票
«
第一页
‹
上一页
下一页
›
最后
»