To reproduce, create an empty typescript project, add 2 typescript files.
In file1.ts add this:
class C {
private v = 10;
}
In file2.ts add this:
Put caret after the dot . before v. VS 2015 crashes immediately. (If not, try to navigate to declaration of v.)
To reproduce, create an empty typescript project, add 2 typescript files.
In file1.ts add this:
In file2.ts add this:
Put caret after the dot
.beforev. VS 2015 crashes immediately. (If not, try to navigate to declaration ofv.)