1. 28 12月, 2019 1 次提交
  2. 20 12月, 2019 1 次提交
  3. 15 12月, 2019 1 次提交
  4. 12 12月, 2019 1 次提交
  5. 11 12月, 2019 1 次提交
  6. 07 12月, 2019 1 次提交
  7. 04 12月, 2019 1 次提交
  8. 23 11月, 2019 3 次提交
  9. 22 11月, 2019 2 次提交
  10. 21 11月, 2019 1 次提交
    • M
      Move to new API for GetSuggestedActions · 342796fd
      Manish Vasani 提交于
      Editor team recently added a new GetSuggestedActions API overload that allows providing a more detailed operation scope message. This PR moves us to that API for Roslyn suggested actions. We now display the name of the executing analyzer/fixer/refactoring when user hits Ctrl + Dot to bring up the light bulb. This should help the users identify the slow extension and help us in improving performance of our analyzers/fixers/refactorings.
      342796fd
  11. 20 11月, 2019 1 次提交
  12. 15 11月, 2019 1 次提交
  13. 14 11月, 2019 1 次提交
  14. 13 11月, 2019 2 次提交
  15. 07 11月, 2019 1 次提交
  16. 06 11月, 2019 2 次提交
    • M
      Add "Active file" analysis scope for background analysis in the IDE · e62aba55
      Manish Vasani 提交于
      Replaces the existing "Full Solution Analysis" option, with a background analysis scope to allow users to control the analysis scope for all solution crawler based background analysis.
      
      Fixes #38429. Active file scope minimizes all the background analysis to the active files, saving on CPU consumption from background analysis on remaining files in the solution.
      
      I have also updated up the low virtual memory listener which detects low VM and used to turn off just the full solution analysis to now set the background analysis scope to "Active file" for the current session.
      e62aba55
    • I
      b7e39b62
  17. 05 11月, 2019 1 次提交
  18. 02 11月, 2019 1 次提交
  19. 01 11月, 2019 4 次提交
  20. 30 10月, 2019 2 次提交
  21. 25 10月, 2019 1 次提交
  22. 24 10月, 2019 7 次提交
  23. 23 10月, 2019 2 次提交
  24. 22 10月, 2019 1 次提交