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
June 17, 2020 15:12
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
How to check is project is NPM type
0 votes
Created
February 12, 2020 10:58
Thanks Tamas! `mocha.opts` could help here indeed.
Community
WebStorm
Switch run configurations when executing unit tests in different folders
0 votes
Created
January 28, 2020 07:05
Hi Etan, nope, there is no such capability in pre 193.
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Created
December 17, 2019 11:55
Seems this code will do the job: private void runCommand(@NotNull String workingDir) { TerminalView terminalView = TerminalView.getInstance(myProject); ToolWindow window = ToolWindowManager.getIn...
Community
IntelliJ IDEA Open API and Plugin Development
How Do I Run Multiple Terminal Processes From A Plugin?
0 votes
Created
November 10, 2019 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'...
Community
WebStorm
Node remote interpreter path mappings
0 votes
Edited
September 21, 2019 22:00
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Created
July 01, 2019 16:02
Thanks, I see. Then, starting IntelliJ from console (where PATH variable is already changed properly) will likely help.
Community
IntelliJ IDEA Users
Multiple NodeJS versions running on Win10 and having git problems
0 votes
Created
June 26, 2019 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 ...
Community
IntelliJ IDEA Users
Multiple NodeJS versions running on Win10 and having git problems
0 votes
Created
June 17, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
TerminalExecutionConsole - the lack of extension points
0 votes
Created
May 21, 2019 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.
Community
WebStorm
Run mocha reporter programatically
0 votes
«
First
‹
Previous
Next
›
Last
»