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