1. 29 2月, 2020 1 次提交
  2. 23 1月, 2020 1 次提交
  3. 04 10月, 2019 1 次提交
  4. 27 9月, 2019 1 次提交
    • M
      Move to Platform team's FAR Kind Column · ec73f602
      Manish Vasani 提交于
      Delete a bunch of code on Roslyn side, which is no longer necessary as we don't own the column anymore.
      I have also cleanup up some code in this space for newly added ContainingType and ContainingMember columns.
      ec73f602
  5. 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
  6. 06 11月, 2018 1 次提交
  7. 25 10月, 2018 1 次提交
    • H
      added a way to inject dynamic file to workspace for component like razor. · c1ce3052
      HeeJae Chang 提交于
      through IDynamicFileInfoProvider and etc, external component such as razor should be able to provide us dynamic file (such as generated c# content for cshtml file) on the fly and let us know update on the content.
      
      renamed Column to Character since Column should be only used when it accounts "tab". and count "tab" as tab size rather than just 1 char.
      
      moved FAR to work on top of new set of APIs. it should now show things on html correctly
      
      added support for code lens. but found 1 issue. without changing VS side, I can't fix filename. and without fixing filename, navigation won't work properly
      c1ce3052
  8. 28 9月, 2018 1 次提交
  9. 27 9月, 2018 1 次提交
    • M
      Add support for displaying reference kind to Find All References window. · 9ee0805a
      Manish Vasani 提交于
      Implementation of the custom column support has been kept extensible, so that each reference item can have customized key-values info, where key corresponds to the name of the custom dynamic column and values are set of one or more values the table entry. Columns become dynamically visible if at least one row in the table has a value for it.
      
      Fixes #24877
      9ee0805a
  10. 26 6月, 2018 1 次提交
  11. 12 9月, 2017 1 次提交
    • J
      Merge the contents of ServicesVisualStudio.Next into ServicesVisualStudio · efe7e8b4
      Jason Malinowski 提交于
      We don't need the split anymore now that we're only supporting Dev15.
      
      Unfortunately this required the introduction of a NuGet package that
      has a namespace "Workspace" to our VS project, which meant I had to
      disambiguate Workspace wherever it's used in that layer. I considered
      doing an extern alias instead to disambiguate, but applying that to a
      ProjectReference isn't supported. That's tracked by NuGet/Home#4989.
      efe7e8b4
  12. 17 6月, 2017 1 次提交
  13. 16 5月, 2017 1 次提交
  14. 09 5月, 2017 1 次提交
  15. 25 4月, 2017 1 次提交
  16. 07 4月, 2017 1 次提交
  17. 10 3月, 2017 1 次提交
  18. 01 2月, 2017 6 次提交