john0 Posted September 17, 2014 Share Posted September 17, 2014 Hi all. Just started playing around with Phaser and I'm seeing some strange behaviour with JavaScript intellisense in Visual Studio 2013 Express for Web. I followed all the advice I could google, and it's almost working perfectly.. but something to do with being inside or outside of a function seems to be affecting it. I am very new to JavaScript, so I might be missing something, but the following behaviour doesn't make any sense to me:(I get one level of intellisense)(but not any more than that)However, inside of a function it works perfectly...(Intellisense shows me everything)In a separate file, I get a similar problem, but one function level down...(limited here)(but everything here)Any advice would be much appreciated! Link to comment Share on other sites More sharing options...
MorpheusZ Posted September 17, 2014 Share Posted September 17, 2014 I never managed to get VS Express for web to work well for JS. There are few extensions out there that claim they improve how VS interacts with JS, but the only one I could install on express was http://vswebessentials.com/I recommend WebStorm over VS. Link to comment Share on other sites More sharing options...
john0 Posted September 18, 2014 Author Share Posted September 18, 2014 I know VS might not be the greatest choice for this, but I'm familiar with it and it's free! And intellisense is also nearly working perfectly! Look at all the lovely intellisense when you're inside the function. It just seems to close, wondered if I was missing anything anyone else had found... Is there a free editor with decent intellisense out there? Link to comment Share on other sites More sharing options...
john0 Posted September 18, 2014 Author Share Posted September 18, 2014 I've submitted this bug to MS, if anyone fancies upvoting... starrynight, clark and lewster32 3 Link to comment Share on other sites More sharing options...
Recommended Posts