brackets-typescript
brackets-typescript copied to clipboard
Brackets extension for typescript
Setting "noLib": true in my .brackets.json does not work. The default lib.d.ts is still used when analyzing my code. I probed the code a little bit and noticed that the...
Support a contextual menu command that allows to format selected block/entire document
If you compile a .ts file to a definitions file (.d.ts), and open that file in Brackets, you will see errors on the require calls. Example: `import someFile = require('./someFile');`...
Support an optional options that would enable auto formatting of a line ending when typing ;/\n
When a class implement an interface, give the possibility to generate methods/properties of this interface
If the function takes no parameter place the cursor after the closing parenthesis, if it takes parameters place the cursor inside. case of function used as arguments ?
Give the possibility to rename a symbol, and make every reference to this symbole renamed also