1. 03 5月, 2018 3 次提交
  2. 27 4月, 2018 2 次提交
  3. 26 4月, 2018 1 次提交
  4. 21 4月, 2018 1 次提交
  5. 19 4月, 2018 1 次提交
    • M
      Move TS/JS to use organize imports codeAction instead of command (#47850) · 2fadb901
      Matt Bierner 提交于
      * 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`
      2fadb901
  6. 16 4月, 2018 1 次提交
  7. 03 4月, 2018 1 次提交
  8. 28 3月, 2018 1 次提交
  9. 27 3月, 2018 2 次提交
  10. 26 3月, 2018 2 次提交
  11. 24 3月, 2018 2 次提交
  12. 21 3月, 2018 2 次提交
  13. 20 3月, 2018 1 次提交
    • M
      Organize imports for js and ts (#45237) · 5be9e9e7
      Matt Bierner 提交于
      * Organize imports for js and ts
      
      Adds a new 'Organize Imports' command for js and ts. This command is only availible on TS 2.8+. We'll hold off on merging this PR until we pick up a TS 2.8 insiders build
      
      Fixes #45108
      
      * Add keybinding for organize imports
      5be9e9e7
  14. 07 3月, 2018 1 次提交
  15. 01 3月, 2018 4 次提交
  16. 28 2月, 2018 4 次提交
  17. 27 2月, 2018 2 次提交
  18. 24 2月, 2018 2 次提交
  19. 23 2月, 2018 1 次提交
  20. 18 2月, 2018 1 次提交
  21. 14 2月, 2018 1 次提交
  22. 30 1月, 2018 3 次提交
  23. 26 1月, 2018 1 次提交