主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2020年06月17日 15:12
正式评论
NPM features don't need to configure project model, it can be available in any project. Usually presence of `package.json` is a sign to enable most features. To get list of all package.json files i...
社区
IntelliJ IDEA Open API and Plugin Development
How to check is project is NPM type
0 票
创建于
2020年02月12日 10:58
Thanks Tamas! `mocha.opts` could help here indeed.
社区
WebStorm
Switch run configurations when executing unit tests in different folders
0 票
创建于
2020年01月28日 07:05
Hi Etan, nope, there is no such capability in pre 193.
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
创建于
2019年12月17日 11:55
Seems this code will do the job: private void runCommand(@NotNull String workingDir) { TerminalView terminalView = TerminalView.getInstance(myProject); ToolWindow window = ToolWindowManager.getIn...
社区
IntelliJ IDEA Open API and Plugin Development
How Do I Run Multiple Terminal Processes From A Plugin?
0 票
创建于
2019年11月10日 12:57
You're right, you need to synchronize a remote copy of your project with your local project. For example, setup Deployment in "Settings | Build, Execution, Deployment | Deployment". After that you'...
社区
WebStorm
Node remote interpreter path mappings
0 票
已编辑于
2019年09月21日 22:00
正式评论
Hey, To run a command in Terminal tool window, you can use approach used by "Shell Script" plugin. It runs a script inside a shell process in Terminal tool window. See ShTerminalRunner and org.jetb...
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
创建于
2019年07月01日 16:02
Thanks, I see. Then, starting IntelliJ from console (where PATH variable is already changed properly) will likely help.
社区
IntelliJ IDEA Users
Multiple NodeJS versions running on Win10 and having git problems
0 票
创建于
2019年06月26日 15:35
Hi, You can start IntelliJ from a console where PATH variable is already changed properly.Another way is to modify your git hook to modify PATH (run node-switch.bat/odevars.bat) prior to executing ...
社区
IntelliJ IDEA Users
Multiple NodeJS versions running on Win10 and having git problems
0 票
创建于
2019年06月17日 10:26
Thanks for reporting. `TerminalExecutionConsole` allows to have the same behavior as in a terminal: updating any part of the console window (not appending text only as it's with ConsoleViewImpl). T...
社区
IntelliJ IDEA Open API and Plugin Development
TerminalExecutionConsole - the lack of extension points
0 票
创建于
2019年05月21日 16:43
Yeah, `my-project/my-mocha-runner/bin/_mocha` needs execution permissions to run with coverage. For example, `chmod +x my-mocha-runner/bin/_mocha` for Linux.
社区
WebStorm
Run mocha reporter programatically
0 票
«
第一页
‹
上一页
下一页
›
最后
»