1. 31 5月, 2018 1 次提交
  2. 22 5月, 2018 1 次提交
  3. 11 5月, 2018 2 次提交
  4. 09 5月, 2018 1 次提交
  5. 08 5月, 2018 1 次提交
  6. 04 5月, 2018 1 次提交
  7. 03 5月, 2018 3 次提交
  8. 27 4月, 2018 2 次提交
  9. 26 4月, 2018 1 次提交
  10. 21 4月, 2018 1 次提交
  11. 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
  12. 16 4月, 2018 1 次提交
  13. 03 4月, 2018 1 次提交
  14. 28 3月, 2018 1 次提交
  15. 27 3月, 2018 2 次提交
  16. 26 3月, 2018 2 次提交
  17. 24 3月, 2018 2 次提交
  18. 21 3月, 2018 2 次提交
  19. 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
  20. 07 3月, 2018 1 次提交
  21. 01 3月, 2018 4 次提交
  22. 28 2月, 2018 4 次提交
  23. 27 2月, 2018 2 次提交
  24. 24 2月, 2018 2 次提交