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