1. 15 4月, 2017 1 次提交
    • J
      Settings store and Text Editor option pages (#2805) · 9a6ac3da
      Jakub Majocha 提交于
      * settings store and editor options
      
      * show CLIMutable record use, guid constants
      
      * saner composition
      
      * fix CompletionProvider tests
      
      * fix public surface area
      
      * localization
      
      * move xaml into separate project
      
      * updated vsintegration readme
      
      * correct type in change handler
      
      * use Newtonsoft's PopulateObject for cheap schema evolution
      
      * cleanup added project
      
      * Revert "cleanup added project"
      
      This reverts commit 163ebdaabc0d3b206fc436b0b47a622f91e20658.
      
      * cleanup, another attempt
      9a6ac3da
  2. 14 4月, 2017 3 次提交
  3. 13 4月, 2017 5 次提交
  4. 12 4月, 2017 1 次提交
  5. 10 4月, 2017 2 次提交
  6. 08 4月, 2017 7 次提交
  7. 07 4月, 2017 2 次提交
  8. 06 4月, 2017 2 次提交
  9. 05 4月, 2017 3 次提交
  10. 04 4月, 2017 7 次提交
  11. 03 4月, 2017 7 次提交
    • J
      Editor refactor (#2780) · fbf7ea0c
      Jared Hester 提交于
      * split out language service into dedicated dir
      
      * dedicated extensions module
      
      * trim pervasive
      
      * rename constants
      
      * symbols module
      
      * typedastutils module
      
      * FSharpChecker extensions
      
      * rename roslyn helpers
      
      * editor rename cleanup
      
      * fix test renaming
      fbf7ea0c
    • P
      Update attributions (#2782) · 8cfd8878
      Phillip Carter 提交于
      * Update Attributions
      
      * Add Cameron
      8cfd8878
    • S
      Deduplicate module names in FCS (#2772) · c0445727
      Steffen Forkmann 提交于
      * Simplified repro for #2679
      
      * Fix dedupe issue in visualfsharp
      
      * fix test
      
      * Deduplicate the deduplication code
      
      * fix compile error
      c0445727
    • K
      Update Add-VisualStudioComponents.ps1 · caa828b8
      Kevin Ransom (msft) 提交于
      Review comments
      caa828b8
    • J
      Quickinfo Tooltip and GotoDefinition Navigation Improvements (#2683) · 7360d04b
      Jared Hester 提交于
      * full type name in tooltip, provisional tab preferred
      
      * more entities made navigable
      
      * use IGoToDefinition service
      
      * this is used only here
      
      * MEF import FSharpGotoDefinitionService into QuickInfoProvider
      
      * speed up gotoDefinition
      
      * additional GotoDefn navigation strategies
      
      * quickinfo navigation stays in its lane
      
      tooltip from .fsi links to .fsi
      tooltip from .fs links to .fs
      quick navigation if no redirect is necessary
      
      * fix unittests
      
      * restore recursive matchingDoc
      
      * asynchronous navigation from tooltips
      
      * fix cross project .fs -> .fs and .fsi -> .fsi Navigation
      
      * cleanup and extra documentation
      
      fixed bug in cross project .fs -> .fs navigation
      
      * missed this one
      
      * gotodefinition sig <-> impl at declaration location
      
      * fix async workflow
      
      * animate status bar search and timeout on msgs
      
      * Better links styling
      
      * integrate sig doccoms
      
      * fix error introduced by prior merge
      
      * fixed invalid type access in `getUnusedOpens`
      
      * fix invalid span bug in `symbolIsFullyQualified`
      
      * check if normalized doccom text matches
      
      * cleanup status bar usage
      
      * fix underline pen position, code cleanup and formatting
      
      * do not show links for symbol itself
      7360d04b
    • S
      Pass cancellation tokens and tasks to OperationCanceledException and TaskCanceledException (#2770) · dd53a3db
      Saul Rennison 提交于
      * Initial attempt at passing in cancellation tokens/tasks to OperationCanceledException and TaskCanceledException
      
      Fixes #2100
      
      * Updated remaining references to OperationCanceledException
      
      * Fix Reactor compilation
      dd53a3db
    • V
      cb0b4074