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 10, 2012 06:58
Hi Julio,selecting 'master' as 'Kickstrap Version'.Attachment(s):kickstrap-master.png
Community
WebStorm
use of Kickstrap on WebStorm
0 votes
Created
July 22, 2012 15:14
It's also possible to specify wheather global variable names is readonly or not:test:false, gl:true, ktest = 1; // errorgl = "x"; // okk = 0; // errorBy default variable is readonly.
Community
WebStorm
Javascript - Calling a function in different file - JSLint error
0 votes
Created
July 22, 2012 10:55
Smart tabs options in "Project Settings > Code Style > JavaScript > Tabs and Indents" allows you to indent your code with spaces using TAB key.If Smart tabs option is enabled then spaces will be in...
Community
WebStorm
JSHint - Tabs Mixed with Spaces & Format Code
0 votes
Created
July 21, 2012 15:38
Hi Hugh,1. AFAIK JSHint isn't aware of functions which are defined in the module which has been referenced with a require. So it's impossible to get rid of such warnings.2. Code completion list cou...
Community
WebStorm
Webstorm 4 nodejs Unresolved function or method
0 votes
Created
June 21, 2012 11:09
There is an issue already created.Please vote for http://youtrack.jetbrains.com/issue/IDEA-41668 .
Community
WebStorm
Disable warnings in node_modules
0 votes
Created
June 04, 2012 09:26
In WebStorm 4 you can run code coverage on JsTestDriver tests.
Community
WebStorm
Jstestdriver code coverage plugin WebStorm 3
0 votes
Created
October 19, 2012 06:18
Hey Keith,Unfortunately I can't reproduce it.Can I ask you to attach here your project, IDE version and JsTestDriver plugin version?One more thing I'd like to ask you about.Please run tests in IDE ...
Community
WebStorm
Help With JavaScript Unit Testing - Sample Does Not Work
0 votes
Created
October 04, 2012 14:41
Hi Borek,I see. No, unfortunatelly there is no easy "right" way. You can exclude all node_modules directorories that are located inside top level node_modules directory.It will make completion bett...
Community
WebStorm
How to make JS code intelligence work for Node.js projects but exclude all the other `node_modules` files?
0 votes
Created
September 11, 2012 16:27
Maybe it's possible to insert template directives like [% PROCESS myModule.js %] in such places of code that it wouldn't break syntax of language.For example such places are inside string literals ...
Community
WebStorm
Templated JavaScript files & syntax
0 votes
Created
September 11, 2012 20:47
As stated in http://template-toolkit.org/docs/manual/Syntax.htmlYou can change the tag characters using the START_TAG, END_TAG and TAG_STYLE configuration options.So you can replace [% with /*[ and...
Community
WebStorm
Templated JavaScript files & syntax
0 votes
«
First
‹
Previous
Next
›
Last
»