1. 22 1月, 2016 1 次提交
  2. 13 1月, 2016 1 次提交
    • R
      Remove *FeaturesResources.Await · 7212eb07
      Ravi Chande 提交于
      It is only used in the the "await x" sample text for quickinfo of
      awaitable methods, where it should not be localized. Replace it with the
      text of the await keyword.
      7212eb07
  3. 17 12月, 2015 1 次提交
    • J
      Switch tests unnecessarily using WpfFact to Fact · a226d9d2
      Jason Malinowski 提交于
      These tests were all using WpfFact, but not actually doing anything
      that required either WPF or an STA thread. We plan to enable
      parallelization of Facts (but not WpfFacts), and this ensures we can
      parallelize as many tests as possible.
      a226d9d2
  4. 20 11月, 2015 2 次提交
  5. 16 10月, 2015 1 次提交
  6. 12 10月, 2015 1 次提交
  7. 11 10月, 2015 1 次提交
  8. 10 10月, 2015 3 次提交
  9. 15 9月, 2015 1 次提交
  10. 10 9月, 2015 1 次提交
  11. 27 8月, 2015 2 次提交
  12. 30 7月, 2015 2 次提交
  13. 15 7月, 2015 1 次提交
    • D
      Several refactorings to rework the internal Completion List API · e9fabbf2
      Dustin Campbell 提交于
      * Convert the ICompletionProvider interface to a CompletionListProvider abstract class.
      * Rename CompletionItemGroup to CompletionList
      * Introduce a CompletionListContext type to be used by providers to specify the contents and
        details of CompletionLists with a RegisterCompletionListAsync() method.
      * Change GetGroupsAsync() method to GetCompletionListAsync(), which returns Task<CompletionList> rather
        than Task<IEnumerable<CompletionList>>.
      * Move code that merges, de-dupes and sorts completion lists from the controller into the
        completion service. This affected a few VB spell check unit tests which now change their ordering
        slightly.
      e9fabbf2
  14. 07 7月, 2015 1 次提交
  15. 10 6月, 2015 1 次提交
  16. 03 6月, 2015 2 次提交
  17. 07 5月, 2015 1 次提交
  18. 05 5月, 2015 1 次提交
  19. 04 4月, 2015 1 次提交
    • R
      Fix #1663 · 05001ec2
      Ravi Chande 提交于
      Nameof now allows member access from locals, etc. Completion shouldn't
      restrict member access to only types and namespaces.
      05001ec2
  20. 01 4月, 2015 4 次提交
  21. 21 3月, 2015 2 次提交
  22. 05 3月, 2015 1 次提交
  23. 27 2月, 2015 1 次提交
  24. 24 2月, 2015 3 次提交
  25. 21 2月, 2015 1 次提交
  26. 29 1月, 2015 1 次提交