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
September 12, 2018 11:04
Sorry for the delay. What's your WebStorm version? See "Help | About". Unfortunately, I couldn't reproduce the issue so far. Please start the script with node using Docker node:8 as you did before....
Community
WebStorm
Debugging session does not start under Docker with Node 8 on Alpine
0 votes
Created
September 10, 2018 16:30
Unfortunately, I cannot reproduce the problem in WebStorm 2018.2.2 using the project generated with "File | New | Project... | Node.js Express App". Is it reproduced for you? If yes, any particular...
Community
WebStorm
Debugging session does not start under Docker with Node 8 on Alpine
0 votes
Created
May 13, 2018 05:42
Seems there shouldn't be conflicts. However, since it's unpredictable what LanguageFileType instance will be used as FileType for *.hs files, an icon shown for *.hs files will also be unpredictable...
Community
IntelliJ IDEA Open API and Plugin Development
LanguageSubstitutor can't override user file types
0 votes
Created
December 04, 2017 21:25
Thanks, reproduced. Filed as https://youtrack.jetbrains.com/issue/WEB-30087. So far the workaround is to open a project from its original location, not symlinked.
Community
WebStorm
Webstorm 2017.3 Linux version Jest tests stops running
0 votes
Created
December 01, 2017 16:52
Probably, it's caused by how tilde is expanded by IDE. To find out the value of tilde, perform the following steps: * On the main menu "Help | Find Action...", type "IDE Scripting Console" and clic...
Community
WebStorm
Webstorm 2017.3 Linux version Jest tests stops running
0 votes
Created
December 01, 2017 15:58
What's the value of "Working directory" from your Jest run configuration? What's your jest package version? Thanks
Community
WebStorm
Webstorm 2017.3 Linux version Jest tests stops running
0 votes
Created
August 22, 2017 13:28
Currently, there is no way to specify a configuration file to be used when a single test is run. What are names of your configs? Where are they located relative to the project root?
Community
WebStorm
Run jest test from editor with different config depending on file location
0 votes
Created
December 28, 2016 11:10
Hi Nuno, What's your node version and OS? Can it be reproduced with node 6 and node 7? Possibly related issue https://youtrack.jetbrains.com/issue/WEB-24629
Community
IntelliJ IDEA Users
Debugging node child processes
0 votes
Created
November 24, 2016 15:50
Option --debug-brk is basically the same as --debug, except that execution breaks on the first line of the entry point of the current application. Thus, usually, both --debug and --debug-brk are no...
Community
IntelliJ IDEA Users
Debugging node child processes
0 votes
Created
November 24, 2016 14:06
Official comment
Hi, As for listening for "on open file" and "on close file" event, it can be archived with this code: MessageBus messageBus = project.getMessageBus();// or// MessageBus messageBus = ApplicationMana...
Community
IntelliJ IDEA Open API and Plugin Development
listener for ide actions
0 votes
«
First
‹
Previous
Next
›
Last
»