Brackets-InteractiveLinter icon indicating copy to clipboard operation
Brackets-InteractiveLinter copied to clipboard

Interactive linting for Brackets

Results 46 Brackets-InteractiveLinter issues
Sort by recently updated
recently updated
newest added

As described in [this issue](https://github.com/globexdesigns/brackets-jscs/issues/19) Interactive Linter does stop JSCS issues from being displayed in the "Lint Window" (I don't know a better name for it, the box on the...

JSHint supports inheritance of its settings file using strings like `"extends": "../.jshintrc"` ([see here](https://github.com/jshint/jshint/pull/1314)). As far as I can see InteractiveLinter loads settings on it's on. As a user I...

Add a UI similar to the language switcher to the status bar, with all available linters for that language. Allow switching between linters using this UI. Things to consider: -...

Add [TSLint](https://github.com/palantir/tslint) support

Following #40; we should update inline widgets dynamically as issues are corrected, instead of closing and reopening them. --- [Quoting](https://github.com/MiguelCastillo/Brackets-InteractiveLinter/pull/40#issuecomment-56112302) @MiguelCastillo: > But if you feel like superman right now,...