Edited Issue: Need logging for analysis [1090]
It would be really helpful to diagnose performance issues with analysis.
View ArticleEdited Issue: bool is unknown type [949]
`a = true`Hover over `a`: displays "unknown type".
View ArticleEdited Issue: Setting breakpoint triggers JSLS [943]
When you set a breakpoint, JSLS takes over briefly, spins for a while, maybe displays some warnings (`Referenced file '~/Scripts/_references.js' not found.`) and then sets the BP.
View ArticleCommented Issue: Setting breakpoint triggers JSLS [943]
When you set a breakpoint, JSLS takes over briefly, spins for a while, maybe displays some warnings (`Referenced file '~/Scripts/_references.js' not found.`) and then sets the BP.Comments: Fixed in...
View ArticleCreated Issue: intellisense is not aware of where we are in code [1107]
Write code like this```var a = 123;```Now go back and type a. above that line. It will give completions even though a is undefined at this point```a.var a = 123;```We should be aware of where we are in...
View ArticleEdited Issue: Need to clear variables when re-parsing [936]
Editing and re-parsing can keep old values in module:```var abc = 42;```Change abc, or delete the assignment, and then get completions against abc.
View ArticleCommented Issue: Need to clear variables when re-parsing [936]
Editing and re-parsing can keep old values in module:```var abc = 42;```Change abc, or delete the assignment, and then get completions against abc.Comments: Fixed with new intellisense engine. Should...
View ArticleEdited Issue: Express app.js doesn't show completions for express variable [933]
We're not giving completions for express```express.faviconexpress.loggeretc...```
View ArticleEdited Issue: Missing completions for express [931]
Intellisense is not correct for express.App is missing 'router'
View ArticleCommented Issue: Missing completions for express [931]
Intellisense is not correct for express.App is missing 'router'Comments: The code is correctly showing router at this point. We aren't however showing the parameters. ``` app.router( ```
View ArticleEdited Issue: Wrong colorization [930]
We are incorrectly colorizing things in the editor```app.setapp.getapp.delete```The set, get, delete all get colored like keywords which is wrong.
View ArticleCommented Issue: Wrong colorization [930]
We are incorrectly colorizing things in the editor```app.setapp.getapp.delete```The set, get, delete all get colored like keywords which is wrong.Comments: Extremely annoying and deserves fixing for...
View ArticleEdited Feature: Intellisense status updates [923]
Currently there is no clear indication (other than cpu) that analysis is running. We should provide a status message that shows the state of analysis. The interpreters window might be a good way to...
View ArticleCommented Feature: Intellisense status updates [923]
Currently there is no clear indication (other than cpu) that analysis is running. We should provide a status message that shows the state of analysis. The interpreters window might be a good way to...
View ArticleCommented Issue: trim types for signature help [1094]
see attached imageComments: This is a dup of https://nodejstools.codeplex.com/workitem/922
View ArticleEdited Issue: Improve formatting of signature help? [922]
The forEach function in lodash gives such a large tooltip, it can be scary. The bolding for each parameter helps somewhat, but I'm wondering if the newline formatting can be...
View ArticleCommented Issue: Improve formatting of signature help? [922]
The forEach function in lodash gives such a large tooltip, it can be scary. The bolding for each parameter helps somewhat, but I'm wondering if the newline formatting can be...
View ArticleEdited Issue: Improve formatting of signature help? [922]
The forEach function in lodash gives such a large tooltip, it can be scary. The bolding for each parameter helps somewhat, but I'm wondering if the newline formatting can be...
View ArticleCommented Issue: Improve formatting of signature help? [922]
The forEach function in lodash gives such a large tooltip, it can be scary. The bolding for each parameter helps somewhat, but I'm wondering if the newline formatting can be...
View Article