I have:
When I open a typescript file, syntax highlighting works fine, also tooltip on the function shows its definition. However, intellisense is not working (when I press a . near an object, it does not show properties or methods).
This is just a test project of type TypeScript Web Project. I tried to google but unable to find a solution yet. Any ideas what I should be looking for?
After many trial and error I could fix it by:
Only thing I can think is that it may have something to do with the order of installation of web essentials and typescript.