200iq-games / nanoshooter

robot tank game
https://monarch-games.github.io/nanoshooter/
ISC License
4 stars 1 forks source link

Fix intellisense go-to-definition links, navigate to .ts, not .d.ts #64

Closed chase-moskal closed 6 years ago

chase-moskal commented 8 years ago

Problem: In Nanoshooter code, using VSCode's go-to-definition feature on a Susa framework class, the editor navigates to the Susa class's .d.ts file instead of the source .ts file.

Expected result: Go-to-definition should navigate to the source .ts file.