1. 03 4月, 2017 2 次提交
  2. 01 4月, 2017 8 次提交
  3. 31 3月, 2017 6 次提交
  4. 30 3月, 2017 2 次提交
  5. 29 3月, 2017 3 次提交
  6. 28 3月, 2017 10 次提交
    • V
      Update README.md (#2713) · 955ea6fd
      Vasily Kirichenko 提交于
      Add CI part 4.
      955ea6fd
    • V
      All symbols in completion (#2644) · e534e65e
      Vasily Kirichenko 提交于
      * wip
      
      * port Roslyn's C# completion triggering logic as is
      
      * fixed: completion do not trigger at all
      
      * fix position
      
      * fix a test
      
      * do not provide completion on certain places
      
      * fix muting completion on Named(Wild) pat in binding
      
      * do not provide completion on ctor / lambda parameter names + tests
      
      * fix binding traversing in completion
      
      * fix tests
      
      * fix the last failing test
      
      * wip
      
      * wip
      
      * fix compilation
      
      * the list kind of works
      
      * try to add open (fake)
      
      * insert fake open statement
      
      * works for dummy ns insert position
      
      * it works (draft)
      
      * wip
      
      * pass proper namespace to open
      
      * do not suggest operators
      
      prefer already resolvable items
      
      * fix compilation
      
      * fix
      
      * filter out unqualified types if there are same normal ones (UnqualifiedType (tcRef1 :: _) is equal to TType.Type_app (_, tcRef1) is tcRef1 = tcRef2)
      
      * fix compilation
      
      * do not open Microsoft.FSharp.xxx namespaces
      
      add mandatory qualifier, which makes completion works for symbols like `Printf.kprintf`
      
      * fix bugs
      
      * wip
      
      * wip
      
      * Revert "wip"
      
      This reverts commit fe3247e08fccabc00242f658282565f568eb2f3b.
      
      * fixing bugs with RCA modules
      
      * bug fixing
      
      * fix filter text
      
      * optimize completion list sorting
      
      * code cleanup and doc
      
      * defer getting all entities (do not get them after dot completion at all)
      
      * fix compilation
      
      * remove dead code
      
      * rename RawEntity to AssemblySymbol and use FSharpSymbol instead of Item in it
      
      * do not call getAllSymbols unless necessary (now for real)
      
      * AssymblySymbol -> AssemblySymbol
      
      * add completion for keywords
      
      * order completion items by IsResolved property
      
      * add CompletionContext.OpenDeclaration, remove IsAtOpenDeclaration ad-hoc filtering
      
      do not show keywords at open declaration position
      e534e65e
    • S
    • S
    • J
      Use Nuget for VSSDK Packages and upgrade to stable package versions (#2698) · d8253cc4
      Jared Hester 提交于
      * parameterize config with envars, vssdk nuget
      
      - 'RoslynVSBinariesVersion' will also set the nuget version number
      - add nuget packages for VSSDK references to config
      
      * change vssdk refs in projects to nuget packages
      
      * envars in config files prevent proper restore, back to raw strings
      
      * fix projectaggregator paths
      
      * fix package compatibility issues with extern alias
      
      * added missing references
      
      * fix VisualStudio.Shell version conflicts with extern alias
      
      * only use VSShell15 for ProjectSystem.Base
      
      * build successful using all nuget VSSDK packages
      
      * update proto package refs
      
      * fix typo
      
      * align package versions
      
      * remove aliases from LanguageService.Base
      
      unnecessary after removing reference to VisualStudio.Shell.14.0
      
      * removed unneeded references, aligned more refs
      
      * align netcore packages, fix json formatting
      
      * add pkg ref for Compiler.Server.Shared build
      
      * update Microsoft.Build packages
      
      * use VSSDK buildtools package for F# VSIX
      d8253cc4
    • S
      Classify modules as modules (#2708) · 67a9b01c
      Saul Rennison 提交于
      67a9b01c
    • V
    • S
    • B
      Merge pull request #2711 from brettfo/expose-more-flags · ea5283ec
      Brett V. Forsgren 提交于
      expose more properties via the Fsc build task
      ea5283ec
    • B
      expose more properties via the Fsc build task · e339316c
      Brett V. Forsgren 提交于
      e339316c
  7. 27 3月, 2017 1 次提交
  8. 26 3月, 2017 1 次提交
  9. 25 3月, 2017 3 次提交
  10. 23 3月, 2017 4 次提交