1. 12 4月, 2018 2 次提交
  2. 10 4月, 2018 2 次提交
  3. 29 3月, 2018 1 次提交
  4. 20 3月, 2018 1 次提交
  5. 15 3月, 2018 1 次提交
  6. 14 3月, 2018 1 次提交
  7. 28 2月, 2018 1 次提交
  8. 21 2月, 2018 1 次提交
  9. 17 2月, 2018 1 次提交
  10. 30 1月, 2018 1 次提交
  11. 23 1月, 2018 2 次提交
    • M
      Add refactor editor action · 5d397568
      Matt Bierner 提交于
      Adds a new refactor editor action. This action shows a lightbulb context menu with only code actions of kind `refactor.*`
      5d397568
    • M
      CodeActionScope (#41782) · eccf728e
      Matt Bierner 提交于
      * Add CodeActionScope
      
      * Replace matches with contains, try using in ts extension
      
      * Move filtering to getCodeActions
      
      * Basic test
      
      * Docs
      
      * Fix tests
      
      * Hooking up requested scope
      
      * Add basic test for requestedScope
      
      * Added auto apply logic
      
      * Gate refactor provider to only compute refactorings when requested
      
      * Making suggested renames
      
      * Clean up code action trigger impl to use single Trrigger info object
      
      * Rename codeActionScope file and internal CodeActionScope class
      
      * Add quick fix base type
      
      * Make keybinding API more similar to insertSnippet
      
      Take args as an object instead of as an array of values
      
      * Clean up docs
      
      * scope -> kind
      
      * Fixing examples to match Refactor kind
      eccf728e
  12. 20 1月, 2018 1 次提交
  13. 13 1月, 2018 1 次提交
  14. 05 1月, 2018 2 次提交
  15. 04 1月, 2018 4 次提交
  16. 14 12月, 2017 1 次提交
  17. 13 12月, 2017 2 次提交
  18. 12 12月, 2017 3 次提交
  19. 04 12月, 2017 1 次提交
  20. 28 11月, 2017 1 次提交
  21. 24 11月, 2017 1 次提交
  22. 22 11月, 2017 1 次提交
    • T
      Fix #38623 · 17f12b62
      Till 提交于
      CodeActions are sorted by type
      17f12b62
  23. 21 11月, 2017 1 次提交
  24. 14 11月, 2017 1 次提交
  25. 11 11月, 2017 1 次提交
  26. 10 11月, 2017 1 次提交
  27. 09 11月, 2017 4 次提交
    • A
      Consolidate EditorExtensionsRegistry (#37834) · 54ede182
      Alex Dima 提交于
      54ede182
    • M
      Prototyping new CodeAction API (#36316) · be88547c
      Matt Bierner 提交于
      * Add CodeAction Type
      
      Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s
      
      Move proposed CodeAction API to proposed and try using it in TS
      
      Split CodeAction into quickfix and refactoring classes
      
      Update proposed interface
      
      Update for new API
      
      Adding basic docs
      
      * Support workspace edits and text edits in codeactions
      
      * Remove placeholders
      
      * Resolving conflicts and making PR suggested changes
      
      * Fix quick fix test
      
      * Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
      be88547c
    • A
      vs/editor/contrib is /browser/ by convention (#37834) · 8a79656f
      Alex Dima 提交于
      8a79656f
    • A
      Renames (#37834) · dc517c0a
      Alex Dima 提交于
      dc517c0a