Skip to content

Commit 9ca221c

Browse files
author
FezVrasta
committed
Added list of useful extensions.
1 parent f5fcbbd commit 9ca221c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ When creating a new functionality which isn't noted on GitHub, please open an is
99

1010
Always check for syntax errors with `grunt jshint` or use some JSHint extension while editing the code.
1111
Recommended are both [JSHint](https://github.com/cfjedimaster/brackets-jshint) and [InteractiveLinter](https://github.com/MiguelCastillo/Brackets-InteractiveLinter).
12+
13+
## Developing
14+
15+
To develop Brackets Git we use Brackets with some useful extension, we reccomand you to install these extensions to help you write your code in the right way:
16+
17+
- [LESS AutoCompile](https://github.com/jdiehl/brackets-less-autocompile) (required)
18+
- [Interactive Linter](https://github.com/MiguelCastillo/Brackets-InteractiveLinter) (advised)
19+
- [Todo](https://github.com/mikaeljorhult/brackets-todo) (advised)
20+
- [Brackets Git](https://github.com/zaggino/brackets-git) (advised)

0 commit comments

Comments
 (0)