brackets-typescript-code-intel
brackets-typescript-code-intel copied to clipboard
Extension for Brackets that adds TypeScript support (Auto-completion, Quick Edit and more soon)
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...
It looks like this extension no longer does code completion because of recent changes to code mirror. ``` javascript TypeScriptDocument.prototype.updateScriptWithChange = function (doc, change) { // Special case: the range...
The unit tests for this extension uses an API that has been removed EditorManager.setEditorHolder() You can use the MainViewManager._init() method to initialize to a DOM element. See: https://github.com/adobe/brackets/wiki/SplitView-Extension-Migration-Guide branch: Jeff/splitview-factory...
(First of all, massive thanks for making this extension, great job.) It would be really good if tags in files were resolved recursively; that is to say, if I'm in...
Are you planning to update the extension for 0.9, or should I fork it and have a go myself?
I'm getting the completion popup with everything available at the global level displaying at random points, most commonly after opening a brace after an if or method. I think this...