1. 20 9月, 2019 1 次提交
    • C
      Add Containing Type and Containing Member columns to FAR (#37802) · 937a50e6
      Cheryl Borley 提交于
      * Both columns added
      
      * Genericize custom column names
      
      * More changes to genericize
      
      * Cleanup
      
      * Respond to feedback
      
      * WIP
      
      * Change tuple to properties
      
      * Restrict to just containing types
      
      * Cleanup
      
      * cleanup
      
      * Refactor
      
      * Change method for getting Containing Type and Member
      
      * refactor GetAdditionalProperties
      
      * Fix merge conflicts
      
      * respond to feedback
      
      * respond to feedback
      
      * Change to struct
      
      * Add type for AbstractCustomColumnDefinitionWithMultipleValues
      
      * Cleanup
      
      * Change AdditionalProperty to FindUsagesProperty
      
      * respond to feedback
      
      * respond to feedback
      
      * Hide columns in F#
      
      * respond to feedback
      
      * fix merge conflict
      
      * Change from hiding columns to removing columns for non supported langs
      
      * Add additional implementations
      
      * formatting
      937a50e6
  2. 12 9月, 2019 1 次提交
  3. 14 8月, 2019 1 次提交
  4. 13 8月, 2019 1 次提交
  5. 09 8月, 2019 1 次提交
    • J
      Remove flighting and have a checkbox opt out of new .editorconfig support · d211833a
      Jason Malinowski 提交于
      At this point, the flighting controls we have aren't really useful
      anymore: we want this on for everybody unless the opt out, and that
      opt-out would be specific to certain users that are running into issues
      with the new system to keep them unblocked. I'm keeping this a per-
      machine setting (that doesn't roam) because it's really repo or VS
      version specific.
      d211833a
  6. 13 7月, 2019 1 次提交
  7. 08 7月, 2019 1 次提交
  8. 07 7月, 2019 1 次提交
  9. 24 6月, 2019 1 次提交
  10. 21 6月, 2019 1 次提交
  11. 15 6月, 2019 2 次提交
  12. 14 6月, 2019 1 次提交
  13. 08 6月, 2019 1 次提交
  14. 10 5月, 2019 1 次提交
  15. 30 4月, 2019 1 次提交
    • H
      changed the way we report live analysis to task center (#35336) · 8d860e12
      Heejae Chang 提交于
      * changed the way we report live analysis to task center
      
      previously, we listen to diagnostic service to report progress. problem is that, it only raise event if it found errors on a file. so what we report is actually last file we found errors on rather than file that we are analyzing.
      
      this caused confusion since we report in task center that we are analyzing file "A" when it is actually "analyzed" not "analyzing"
      
      another issue is since it only report file that contains errors. we might not actually show anything in task center if there is no error, or show file "A" for long time if that is only file with errors.
      
      this PR changes the experience closer to what users would expects. and now progress is for solution crawler not specifically on diagnostics.
      
      now we report file that solution crawler is analyzing.
      
      there is still cavet such as solution cralwer can pause between processing a file if VS is busy. but it will still show file "A". or we will not update UI at least 200ms a part and etc.
      
      since it is task center where we don't want to be too impactful to VS, based on feeedback we will see whether we need to do more such as detect solution crawlwer pause and update task center to show pasue. or update task center to show different stage such as analyzing/analyzed.
      
      or show in task center, what analyzer is actually running such as diagnostic, todo, designer attribute scan, find all reference cache and etc.
      
      * addressing PR feedbacks
      8d860e12
  16. 19 4月, 2019 1 次提交
  17. 17 4月, 2019 3 次提交
  18. 12 4月, 2019 1 次提交
  19. 27 3月, 2019 2 次提交
  20. 23 3月, 2019 1 次提交
  21. 22 3月, 2019 1 次提交
  22. 20 3月, 2019 1 次提交
  23. 19 3月, 2019 3 次提交
    • A
      Update strings · 7848b8d6
      Andrew Hall (METAL) 提交于
      7848b8d6
    • A
      UI updates post review · cf0f5890
      Andrew Hall (METAL) 提交于
      cf0f5890
    • A
      Implement MoveToNamespace feature · 2b8be03c
      Andrew Hall (METAL) 提交于
      Move to namespace allows a user to move all symbols in a context
      to a different namespace, whether it's a new one or existing. This is
      different from renaming a namespace as not all symbols in the namespace
      are moved, only ones within the current document.
      
      It relies on the IChangeNamespaceService implementation to do the heavy
      lifting. Since the current implementation only supports C#, this new
      feature will as well.
      
      After this is checked in, when a user has the cursor inside a namespace
      declaration that has no nested namespace declarations within it, a code
      fix will be suggested to pop up a dialog and help the user choose a new
      namespace.
      2b8be03c
  24. 12 3月, 2019 1 次提交
  25. 08 3月, 2019 1 次提交
  26. 28 2月, 2019 3 次提交
  27. 13 2月, 2019 1 次提交
  28. 01 2月, 2019 4 次提交
  29. 04 1月, 2019 1 次提交