brackets-typescript icon indicating copy to clipboard operation
brackets-typescript copied to clipboard

Brackets extension for typescript

Results 26 brackets-typescript issues
Sort by recently updated
recently updated
newest added
trafficstars

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

enhancement
Formatting

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

enhancement
Formatting

When a class implement an interface, give the possibility to generate methods/properties of this interface

enhancement

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 ?

enhancement
codehint

Give the possibility to rename a symbol, and make every reference to this symbole renamed also

enhancement
refactoring