1. 03 4月, 2017 1 次提交
    • 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
  2. 01 3月, 2017 1 次提交
    • V
      Quick Info: proper glyphs for namespaces, structures and operators (#2282) · 70ef6987
      Vasily Kirichenko 提交于
      * show proper glyphs for namespaces and structures
      
      * glyphs for literals and delegates
      
      * fix layout for struct records and unions
      
      * proto does not like Option.defaultValue
      
      * show [<Struct>] in layout instead of "struct" for struct records and DUs
      
      * show proper glyph for operators in QuickInfo
      
      * fix test compilation
      
      * layout `Measure` and `Struct` special attributes as types
      
      prettier records layout
      
      * fix a test
      
      * Revert records layout change
      
      * fix TypeChecker
      
      * do not print [<Struct>] for ordinary structures
      70ef6987
  3. 25 2月, 2017 1 次提交
    • V
      Unused opens analyzer (#2477) · 30cd23e6
      Vasily Kirichenko 提交于
      * UnusedOpensDiagnosticAnalyzer
      
      * it works
      
      * remove unused code
      
      refactor
      
      * RemoveUnusedOpens Code Fix
      
      * fix crash on EnclosingEntity
      
      * refactoring
      
      * add Seq.toImmutableArray combinator
      
      * bug fix
      
      handle nested modules
      
      * fixed: it does not work on attributes
      
      remove unused opens
      
      * dog food
      30cd23e6
  4. 13 2月, 2017 1 次提交
  5. 06 1月, 2017 1 次提交
  6. 01 1月, 2017 2 次提交
  7. 25 12月, 2016 1 次提交
  8. 21 12月, 2016 1 次提交
    • V
      Better lexer symbol (#2056) · c33411b7
      Vasily Kirichenko 提交于
      * port lexer symbol lookup logic from VFPT and use it in DocumentHighlightsService
      
      * QuickInfoProvider uses lexer symbol
      
      * remove tryClassifyAtPosition
      
      * do not show quick info if FCS return a list of single FSharpTooltipElement.None
      
      * use standard Option combinators
      
      remove Pervasive.fs
      c33411b7
  9. 17 12月, 2016 1 次提交
  10. 16 12月, 2016 1 次提交
  11. 15 12月, 2016 2 次提交
  12. 13 12月, 2016 1 次提交
  13. 12 12月, 2016 1 次提交
  14. 11 12月, 2016 2 次提交
  15. 10 12月, 2016 1 次提交