issues Search Results · repo:tomsdev/brackets-typescript-code-intel language:JavaScript
Filter by
0 results
(65 ms)0 results
intomsdev/brackets-typescript-code-intel (press backspace or delete to remove)Could you please do something about this extension ? It s not working with current brackets version, it s based on an
outdated typescript version, and worse it prevent other typescript related extensions ...
fdecampredon
- 1
- Opened on Feb 5, 2015
- #16
After a long deprecation phase, StringUtils.htmlEscape() has been removed in the upcoming Release 0.44. This extension
makes use of this removed API. You will want to update it to use _.escape() instead ...
le717
- Opened on Sep 5, 2014
- #13
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 ...
JeffryBooher
- Opened on Aug 21, 2014
- #12
It looks like this extension no longer does code completion because of recent changes to code mirror.
TypeScriptDocument.prototype.updateScriptWithChange = function (doc, change) {
// Special ...
JeffryBooher
- 2
- Opened on Jun 4, 2014
- #11
This extension contains unused references to several Brackets modules which are deprecated as of Brackets Sprint 34 (the
next release):
- NativeFileSystem
- FileIndexManager (referenced in both main.js ...
peterflynn
- Opened on Nov 9, 2013
- #10
Hi @tomsdev
Do you mind if we add this awesome extension to the brackets registry?
All you need is a zip file, (https://github.com/tomsdev/brackets-typescript-code-intel/archive/master.zip) and granting ...
digiguru
- 11
- Opened on Aug 28, 2013
- #8
Are you planning to update the extension for 0.9, or should I fork it and have a go myself?
ThatRendle
- 5
- Opened on Jun 19, 2013
- #7
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 might be due to a change ...
ThatRendle
- 1
- Opened on Jun 17, 2013
- #6
(First of all, massive thanks for making this extension, great job.)
It would be really good if reference tags in files were resolved recursively; that is to say, if I m in file a.ts and I
reference b.ts, ...
ThatRendle
- 4
- Opened on Jun 17, 2013
- #5
CodeHintManager.registerHintProvider was changed to take language IDs, not modes.
Changing main.js to this makes it work:
CodeHintManager.registerHintProvider(tsHints, [TypeScriptUtils.LANGUAGE_ID], ...
DennisKehrig
- 1
- Opened on Apr 4, 2013
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.