1. 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
  2. 20 1月, 2018 1 次提交
  3. 13 1月, 2018 2 次提交
  4. 10 1月, 2018 1 次提交
  5. 05 1月, 2018 3 次提交
  6. 04 1月, 2018 3 次提交
  7. 24 12月, 2017 1 次提交
  8. 18 11月, 2017 1 次提交
  9. 15 11月, 2017 3 次提交
  10. 14 11月, 2017 1 次提交
  11. 11 11月, 2017 1 次提交
  12. 10 11月, 2017 4 次提交
  13. 09 11月, 2017 2 次提交
    • 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
      Reduce usage of ICommonCodeEditor (#37834) · 8bc62f0c
      Alex Dima 提交于
      8bc62f0c
  14. 08 11月, 2017 1 次提交
  15. 18 10月, 2017 2 次提交
  16. 17 10月, 2017 1 次提交
  17. 14 10月, 2017 1 次提交
  18. 13 10月, 2017 1 次提交
  19. 12 10月, 2017 1 次提交
  20. 05 10月, 2017 1 次提交
  21. 26 9月, 2017 1 次提交
  22. 22 9月, 2017 1 次提交
  23. 21 9月, 2017 6 次提交