Joao Moreno
31997b32c3
Revert "Only apply TS Dot Accept Suggestion if Previous Character is a valid identifier ( #18063 )"
...
This reverts commit 41cb5ee5ae .
2017-01-10 10:11:52 +01:00
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
Matt Bierner
265803b0c9
Add TypeScript References Code Lens Provider ( #18205 )
...
Fixes #18054
Adds an references code lens provide for JS and TS
2017-01-06 15:18:06 -08:00
Sandeep Somavarapu
099b686c69
Fix #14547
2016-10-28 16:18:21 +02:00
Dirk Baeumer
207d45f161
Fixes #14410 : Rename experimentalAutomaticTypeAcquisition to disableAutomaticTypingAcquisition
2016-10-25 15:10:14 +02:00
Joao Moreno
fb210605a5
remove periods
2016-10-25 11:16:48 +02:00
Dirk Baeumer
6a35e4ffcc
Minor typo fix.
2016-10-24 15:07:32 +02:00
Cliff Koh
931cc6ca1c
Fix typos and consistency issues
2016-10-20 02:48:40 -07:00
Johannes Rieken
abc9993766
add [typescript|javascript].formate.enable
2016-10-17 14:38:08 +02:00
Dirk Baeumer
6827488419
Added additional formatting options
2016-10-14 20:49:30 +02:00
Dirk Baeumer
67af291986
Make use of TS 2.0.6 optional
2016-10-14 20:49:28 +02:00
Dirk Baeumer
03d7916061
ImprovedVersionChecking
2016-09-22 16:24:33 +02:00
Dirk Baeumer
c4d6481247
Make TypeScript extension ready for 2.0
2016-08-17 12:43:17 +02:00
Martin Aeschlimann
e228769042
Polish configuration section labels & add link
2016-06-27 18:37:04 +02:00
Dirk Baeumer
ff52542fcd
Make experimental auto build a setting
2016-06-23 13:29:23 +02:00
Dirk Baeumer
ccf097102c
Fixes #5573 : Add support to log tsserver communication to output channel.
2016-04-20 22:30:36 +02:00
Dirk Baeumer
a6b346ccff
Fixes #1533 : Code formatting settings
2016-03-10 22:13:07 +01:00
Dirk Baeumer
f87a633d42
Fixes #3909 : Revive javascript.validate.enable setting
2016-03-10 15:16:50 +01:00
Dirk Baeumer
f365b61c2d
Multiplex between JavaScript and TypeScript
2016-03-10 12:19:52 +01:00
Joao Moreno
0513f2c8a6
add reload javascript project command
...
fixes #3417
2016-02-25 15:05:14 +01:00
Dirk Baeumer
3595a3af33
Externalize strings for TypeScript extensions
2016-02-15 12:20:28 +01:00
Dirk Baeumer
90dce6abea
Add support to localize package.json
2016-02-12 16:06:34 +01:00