Skip to main content

Posts

Showing posts from April, 2016

Visual Studio - Typescript Intellisense not working

Typescript without Intellisense is kind of useless in my opinion... I never had any problems with my typescript intellisense NOT working, but I haven't used typescript in a while. When I started using it again, I noticed that my intellisense isn't working, what a bummer. I worked like this for a few days but it was wasting a lot of time NOT having intellisense . So obviously, I started to uninstall and reinstall typescript , web essentials and all those things that you would think causes the problem. Nothing worked. I have MYSQL installed on my machine, and I came across a thread that suggested that you uninstall "MYSQL Tools for Visual Studio" BAM!  Sure thing, after uninstalling MySql tools for VS and restarting Visual Studio it started working again, and I have been coding happily ever after. * If this not solve your problem, then try the following: Install " Visual Studio Extensions for Windows Library for Javascript"  for your version

Typescript vstsc "Out Of Stack Space" error

I have been having some issues with typescript 0.9.5 lately and one thing that just started happening was that typescript started giving me an " Out Of Stack Space " exception and the project did not want to compile. I uninstalled and re-installed multiple times, rebooted my PC and Visual Studio but nothing worked. I couldn't really find any threads online that helped, I found one thread but it DID NOT SOLVE my problem, this thread is located here if anyone is intested anyway:  http://stackoverflow.com/questions/31409941/visual-studio-typescript-out-of-stack-space  basically their answer was the following: "...We apparently had too many string constants. Once we removed those the 'out of stack space' stopped occurring." Unfortunately for me that was not my problem. I finally found a workaround for this, I noticed that by installing typescript 1.0 and updating my project to use Typescript 1.0 instead of Tyescript 0.9.5 the project started