1. 02 10月, 2020 1 次提交
  2. 04 8月, 2020 1 次提交
  3. 17 7月, 2020 1 次提交
  4. 16 7月, 2020 1 次提交
  5. 10 7月, 2020 1 次提交
  6. 08 7月, 2020 1 次提交
  7. 30 6月, 2020 1 次提交
  8. 29 6月, 2020 1 次提交
  9. 18 6月, 2020 1 次提交
  10. 13 6月, 2020 1 次提交
  11. 28 5月, 2020 1 次提交
  12. 09 5月, 2020 1 次提交
  13. 21 4月, 2020 1 次提交
  14. 26 3月, 2020 1 次提交
  15. 14 3月, 2020 1 次提交
  16. 05 3月, 2020 1 次提交
  17. 16 1月, 2020 1 次提交
  18. 28 12月, 2019 1 次提交
  19. 11 12月, 2019 1 次提交
  20. 07 12月, 2019 1 次提交
  21. 23 11月, 2019 1 次提交
  22. 01 11月, 2019 1 次提交
  23. 30 8月, 2019 1 次提交
  24. 29 8月, 2019 1 次提交
  25. 13 8月, 2019 1 次提交
  26. 31 7月, 2019 3 次提交
  27. 24 6月, 2019 1 次提交
  28. 21 6月, 2019 1 次提交
  29. 13 6月, 2019 1 次提交
    • A
      Allow Inline Rename to also apply a file rename (#36041) · d516b661
      Andrew Hall 提交于
      When doing inline rename on a named type (interface, enum, or class) show a checkbox to also rename the file.
      
      The checkbox will always show if the kind supports file rename
      
      The checkbox will be disabled if any of the following is true:
      - The type is a partial type with multiple definition locations
      - The type does not currently match the file name
      
      Extend ISyntaxFactsService to add IsTypeDeclaration
      Implement file rename as part of conflict resolution for inline rename. This will allow other features to do file rename that also use the conflict resolver, all they need to do is set the correct option.
      d516b661
  30. 05 6月, 2019 1 次提交
  31. 17 5月, 2019 1 次提交
  32. 10 5月, 2019 1 次提交
  33. 12 4月, 2019 1 次提交
  34. 02 4月, 2019 2 次提交
  35. 15 3月, 2019 1 次提交
    • H
      added partial load mode feature flag and made extract method to handle partial load mode. (#33779) · 15599ef8
      Heejae Chang 提交于
      * added partial load mode feature flag and made extract method to handle partial load mode.
      
      when solution is opened in VS, currently we do not know when exactly solution is fully loaded or not. solution explorer might show all files but design time build might not have finished yet so, any semantic operation such as extract method or rename might do wrong thing since it doesn't know that it is dealing with missing information (solution).
      
      we are trying to address this issue with partial load mode, new API platform is working on. basically, we are planning to block most of semantic operations (except completion/quickinfo/goto definition/signature help and navigate to. we might include FAR here as well) during partial load state.
      
      also, for things like squiggle, LB and etc, we will disable those until solution is fully loaded since we don't actually know whether those data is correct or not during partial load state.
      
      this change add featureflag so that we can incrementally add support for each features while dogfooding behavior across partners. as a first attempt, extract method is choosen for new experience.
      
      other internal options are added so that we can try alternative behaviors and etc.
      
      test is not added yet.
      
      * fix merge break
      
      * update string
      
      * small tweak.
      
      * PR feedbacks
      
      * updated the title
      
      * updated after discussing about PR
      
      * do even cheaper version of getting text.
      
      addscope doesn't work with description with blank line when scope is nested. wait dialog seems supporting only 2 lines.
      
      until, I figure out this with platform team, making description one line.
      
      * following PR feedback
      15599ef8
  36. 15 2月, 2019 1 次提交
  37. 02 2月, 2019 1 次提交