Edited Issue: Jade syntax highlighting does not understand JS expressions in...
The syntax highlighter for jade has some small issues.For the following codes, if you remove the spaces around the operators, they haven't the same colors anymore:```jadebody(class=authenticated ?...
View ArticleCommented Issue: Jade syntax highlighting does not understand JS expressions...
The syntax highlighter for jade has some small issues.For the following codes, if you remove the spaces around the operators, they haven't the same colors anymore:```jadebody(class=authenticated ?...
View ArticleEdited Issue: Jade syntax highlighting does not understand JS expressions in...
The syntax highlighter for jade has some small issues.For the following codes, if you remove the spaces around the operators, they haven't the same colors anymore:```jadebody(class=authenticated ?...
View ArticleNew Post: Express 4 intellisense not working
Also, Express 4 intellisense seems to vary from version to version of Express: https://nodejstools.codeplex.com/workitem/1789
View ArticleNew Post: Best practices for client-side JavaScript in NTVS project?
Given that many (most? all?) NTVS projects are going to be websites, what are the best practices / tips / tricks for distinguishing between server-side JavaScript files and client-side JavaScript...
View ArticleEdited Issue: Infinite loop in GetPreviousTokenization() [1757]
The GetPreviousTokenization() function has an infinite loop, because `currentLineTemp` is never changed within the loop:```while (currentLineTemp <= snapshot.LineCount) { if...
View ArticleEdited Issue: No completions on Express 4 router [1765]
Create express 4 project using our project templateIn users.js or routes.js:```var express = require('express');var router = express.Router();router.```I don't get any completions on `router.`.
View ArticleCommented Issue: No completions on Express 4 router [1765]
Create express 4 project using our project templateIn users.js or routes.js:```var express = require('express');var router = express.Router();router.```I don't get any completions on...
View ArticleEdited Issue: No Intellisense for vLatest Express (NTVS RC2) [1789]
If I use your 'Basic Node.js Express 4 Application' project template, I get full Intellisense on the 'app' object that's returned by the express() constructor.However, if I create a 'Blank Node.js Web...
View ArticleEdited Issue: No Intellisense for vLatest Express (NTVS RC2) [1789]
If I use your 'Basic Node.js Express 4 Application' project template, I get full Intellisense on the 'app' object that's returned by the express() constructor.However, if I create a 'Blank Node.js Web...
View ArticleEdited Issue: Old variables are still in intellisense even after reanalyzing...
try making ```var randomVar = "hello random var";```then, wait for analysis to happen. then, type.```rand ```followed by ctrl + space. You should see randomVar in the list.Now delete the two lines you...
View ArticleEdited Issue: Indent problem [1782]
Hi,Using NTVS 1.0 RC2. I noticed two problems:1. Typing this```var Main = Main || {};Main.Test = function () {<upon pressing enter here, I end up at the beginning of the next line instead of being...
View ArticleEdited Unassigned: "Run" from "Existing Node.js code" [1790]
When creating a new project from existing code (express 4 app) the option to set the startup file to bin/www should appear next to app.js and probably be default.In the case of app.js the run or debug...
View ArticleEdited Feature: "Run" from "Existing Node.js code" [1790]
When creating a new project from existing code (express 4 app) the option to set the startup file to bin/www should appear next to app.js and probably be default.In the case of app.js the run or debug...
View ArticleCommented Unassigned: 100% CPU usage for very long periods (system unusable)...
As long as I have one single Node.js project open in VS, the CPU hits 100% and stays there for prolonged periods, making the complete Windows desktop unusable.CPU usage will eventually drop to 50%-60...
View ArticleCommented Unassigned: JSLint.VS2013 go-to-line problem [1792]
I use the JSLint.VS2013 extension quite a lot.It's probably not the fault of NTVS, but I note that clicking or double-clicking on a reported message fails to go to the line in question, in the editor....
View ArticleEdited Issue: Weird project refresh issue [1793]
Don't know how it happened, but VS2013 + NTVS RC2 got itself in a tizzy, and the project as a whole kept trying to refresh itself, over and over. An obvious manifestation of this was if I expanded a...
View ArticleCreated Issue: Breakpoints don't work on unit tests using io.js [1794]
NTVS 30129.00VS 2013 U4io.jsRepro:1. Create an Azure Express 4 web app2. Add a JavaScriptUnitTest or a Mocha unit test3. Run the unit test4. Set a breakpoint in one of the failed unit test5. In test...
View ArticleNew Post: Please consider moving this project to GitHub
Hi nabog, Re: github vs. codeplex - totally agreed! We'll consider it once we ship 1.0. But for now, we're a small team, and we need to prioritize :-). Moving to github means we have to find suitable...
View ArticleNew Post: Anyone going to NodeSummit?
I'm headed to NodeSummit next week (2/10-2/11)... anyone else going to be there? If so, it would be awesome to meet in person to talk Node, NTVS, etc. - always nice to put a face to a pseudonym :-).
View Article