jscs-plugin icon indicating copy to clipboard operation
jscs-plugin copied to clipboard

jscs intellij plugin

Results 13 jscs-plugin issues
Sort by recently updated
recently updated
newest added

I use watchers for js files and i see in log this: When editing a file `sources.js`: ``` javascript \controllers\admin\sources_scsslint_tmp8654550674363529222.js (added) \controllers\admin\sources_scsslint_tmp8654550674363529222.js (removed) \controllers\admin\sources_scsslint_tmp3714095556260675852.js (added) \controllers\admin\sources_scsslint_tmp3714095556260675852.js (removed) \controllers\admin\sources_scsslint_tmp428700784657453661.js (added) \controllers\admin\sources_scsslint_tmp428700784657453661.js...

I am getting this error in big files, what can i do about it? Current file than I am getting this error has ~1.3K lines and ~44K characters. Code Style...

In `jscs.json`, preset "node-style-guide" is shown as incorrect, and it suggests "node_style_guide" instead.

Hi, I have just recently added the airbnb preset for my jscs config file. [airbnb.json](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json) The problem I have in WebStrom 11.0.3 is that WS keeps outputting `Unknown JSCS option...

This is the stack trace: ``` Already disposed: Project (Disposed) java.lang.AssertionError: Already disposed: Project (Disposed) at com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:265) at com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:52) at com.intellij.openapi.components.ServiceKt.getStateStore(service.kt:29) at com.intellij.openapi.project.impl.ProjectImpl.getStateStore(ProjectImpl.java:202) at com.intellij.openapi.project.impl.ProjectImpl.getBasePath(ProjectImpl.java:251) at com.wix.utils.FileUtils.relativePath(FileUtils.java:50) at com.wix.ThreadLocalTempActualFile.createFile(ThreadLocalTempActualFile.java:109) at...

I have the plugin enabled, configured properly, but it doesn't display any error in my code (it is always shown as valid). It used to work fine but suddenly it...

![image](https://cloud.githubusercontent.com/assets/5954042/9989407/aefca5ac-6060-11e5-961d-7118da9c9f51.png) in JSDoc documentation http://usejsdoc.org/tags-param.html find paragraph "Documenting properties of values in an array"

Getting an unknown JSCS option name for "requireSpacesInForStatement". ![screen shot 2015-03-01 at 9 19 45 pm](https://cloud.githubusercontent.com/assets/1748115/6435739/d9340e94-c058-11e4-85f9-8e277ab28b48.png) This is my configuration: ``` json { "requireCurlyBraces": [ "if", "else", "for", "while", "do",...

Not exactly an issue: This plugin is not working with Webstorm 7. I didn't see is that's mentioned anywhere on the Jetbrains plugin page or the git Readme. Works great...