Commit Graph

7 Commits

Author SHA1 Message Date
Matt Bierner
c488e28c29 Use 'auto' for default TS preference values 2018-05-03 15:54:30 -07:00
Matt Bierner
85c67a9768 Add importModuleSpecifier specifier preference 2018-05-02 16:48:43 -07:00
Matt Bierner
e1a4a6812b Basic support for TS preferences
Fixes #45948
2018-05-02 16:48:43 -07:00
Matt Bierner
2fadb90198 Move TS/JS to use organize imports codeAction instead of command (#47850)
* Move TS/JS to use organize imports code action

Fixes #47845
Fixes #46647

- Defines a new standard `SourceOrganizeImports` `CodeActionKind` to be used to implement organize imports in a consistent way.
- Add a new `Organize imports` command and keybinding that executes these actions.
- Move over the existing js/ts organize imports command to use the new code action kind

* Use supportedCodeActions context key

* Document code action kind values

* Fix regular expression

Make sure we only match whole scopes and not `unicorn.source.organizeImports`
2018-04-18 10:51:33 -07:00
Greg Van Liew
36faf7a34b Update settings description typos 2018-04-11 21:21:24 -07:00
Matt Bierner
a1c693ab1a Allow disabling JS/TS suggestion actions
Fixes #46590
2018-03-26 15:28:54 -07:00
Matt Bierner
0b655c0603 Rename typescript to typescript-language-features 2018-03-23 13:31:29 -07:00