1. 20 11月, 2016 1 次提交
  2. 18 11月, 2016 3 次提交
  3. 23 9月, 2016 1 次提交
  4. 21 7月, 2016 1 次提交
  5. 20 7月, 2016 1 次提交
  6. 10 5月, 2016 1 次提交
  7. 17 3月, 2016 1 次提交
  8. 11 3月, 2016 1 次提交
  9. 04 11月, 2015 1 次提交
  10. 29 10月, 2015 1 次提交
    • D
      Implement Code Review feedback for Object Browser navigation · 8150bc4c
      Dustin Campbell 提交于
      * Remove unintentionally added extra option.
      * Rename NavInfo property to NavInfoFactory.
      * Add fallback to metadata-as-source if NavInfo can't be retrieved for some reason.
      * Use [ExportLanguageService] attributes rather than language service factories.
      * Add NavInfo tests for generic methods and types
      * Add negative NavInfo tests for parameters, locals and labels
      * Rename UsePreviewTab option to PreferProvisionalTab to remove some confusion around what it does, and document it.
      8150bc4c
  11. 28 10月, 2015 1 次提交
  12. 16 10月, 2015 1 次提交
  13. 29 9月, 2015 2 次提交
    • J
      For multiple implementations, show the location and qualified name · f5c9f547
      Jason Malinowski 提交于
      This requires some updated handling of our INavigableItem interface.
      The Visual Studio implementation previously would only show the
      DisplayString if it had children, and would otherwise show file
      location and the source snippet. For implementations, the source
      snippet is somewhat useless: in the case of methods you just see
      the method signature a bunch of times. Thus, we wanted to show source
      location and a fully qualified name, something which wasn't expressible.
      
      The new interface now has DisplayString, which can be null if you want
      the string to be line from the source. Whether you want to show the file
      location is explicitly called out now too.
      f5c9f547
    • J
      Refactor GoToDefinitionHelpers.TryGoToDefinition to simplify the API · 73674b38
      Jason Malinowski 提交于
      TryGoToDefinition accepted a containingTypeSymbol which was used
      to do some specific logic to see if third-party navigation is allowed.
      Move that logic to the AbstractGoToDefinitionService and just pass the
      result of the logic through.
      73674b38
  14. 19 9月, 2015 4 次提交
  15. 27 1月, 2015 1 次提交