brackets-typescript
brackets-typescript copied to clipboard
Brackets extension for typescript
Greetings from the [Brackets.io](https://brackets.io) & [phcode.dev](https://phcode.dev) community. We have [simplified extension development and publish workflows](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes) for you. ## This Pull Request Please merge in this pull request to be able...
Here is the error from the brackets console: require.js:1903 GET file:///home/anon/.config/Brackets/extensions/user/brackets-typescript/lib/text.js net::ERR_FILE_NOT_FOUNDreq.load @ require.js:1903load @ require.js:1647load @ require.js:828fetch @ require.js:818check @ require.js:848enable @ require.js:1151enable @ require.js:1519callPlugin @ require.js:1083fetch @ require.js:818check...
Hi, When i select a word or multiline it's seems impossible to wrap it with back-tick key ``
After Brackets update to 1.3, TS code indentation started behaving strangely. Example: - I type **if (** - right after I open parenthesis, the whole line jumps one or two...
Attempt to use string interpolation via ES6 template strings causes a warning messages to be displayed (error TS1001: Unexpected character "`")
You mentioned in [a post on the atom-typescript repo](https://github.com/TypeStrong/atom-typescript/issues/236) that you were using a custom (and I assume jsx-typescript) compiler with brackets-typescript via the typescriptPath config setting. If I sent...
Support a contextual menu command that generate jsdoc command for the current class/method/function/iface/enum etc...
Hello, I open this ticket even if I'm really not sure if it's caused by brackets-typescript plugin. There's a ticket opened on bracket's github, and it happens it might be...
- Updated Language Service to Microsoft/TypeScript@6287efc24de2113c0e6e9b8caea7f179c0e11af2 with corresponding API changes. - Removed typescriptServices.js from bin/main.js and bin/worker.js bundles, loading dynamically instead. New API is unstable as it's part of new...