Files
vscode/extensions/typescript
Matt Bierner 41cb5ee5ae Only apply TS Dot Accept Suggestion if Previous Character is a valid identifier (#18063)
* Only apply TS Dot Accept Suggestion if previous character is a valid identifier char

Fixes #17825
Fixes #17770
Fixes #17584

**Bug**
When typing two or more `.` in a row, we end up unexpectedly accepting suggestions in TS files. This is caused by the custom keybinding that ts registers for `.`.

**Fix**
Only accept the suggestion on `.` if the previous character is a valid identifier character.

* Move title to nls
2017-01-09 10:43:59 -08:00
..
2016-11-08 11:09:05 +01:00
2016-11-08 21:47:40 +01:00
2016-12-28 15:11:12 -04:00
2016-10-08 09:39:48 +02:00