1. 15 6月, 2019 8 次提交
  2. 14 6月, 2019 2 次提交
  3. 13 6月, 2019 1 次提交
    • A
      Allow Inline Rename to also apply a file rename (#36041) · d516b661
      Andrew Hall 提交于
      When doing inline rename on a named type (interface, enum, or class) show a checkbox to also rename the file.
      
      The checkbox will always show if the kind supports file rename
      
      The checkbox will be disabled if any of the following is true:
      - The type is a partial type with multiple definition locations
      - The type does not currently match the file name
      
      Extend ISyntaxFactsService to add IsTypeDeclaration
      Implement file rename as part of conflict resolution for inline rename. This will allow other features to do file rename that also use the conflict resolver, all they need to do is set the correct option.
      d516b661
  4. 12 6月, 2019 3 次提交
    • M
      Turn off the configuration fix providers · 55416aad
      Manish Vasani 提交于
      #36330 tracks enabling them
      55416aad
    • W
      F# Shim - Round 2 (#35591) · 0d44ad1a
      Will Smith 提交于
      * Added fsharp shims over document diagnostic analyzers
      
      * Added shims for completion and sig help. Also added tests.
      
      * Moved around internal files. Added shim over InlineRenameService.
      
      * Starting shim over document highlights service. Added a better way to handle diagnostics
      
      * Added shim for document highlights service
      
      * Added IFSharpDocumentNavigationService
      
      * Added IFSharpGoToDefinitionService
      
      * Added IFSharpNavigationBarItemService
      
      * Added IFSharpNavigateToSearchService
      
      * Added extra glyph case
      
      * Added FSharpGlyphTags
      
      * Added FSharpCommentSelectionService
      
      * Some cleanup. Added FSharpBlockStructureService
      
      * Added some simple statics
      
      * Finishing the last of shims
      
      * Getting analyzers to work
      
      * Remove folder
      
      * Changes due to feedback
      
      * Fixing build
      
      * Still trying to fix build
      
      * Fixed guid
      
      * Fixing build again
      0d44ad1a
    • J
      Filter out missing import fixes that would add references (#36251) · 9948e3d4
      Joey Robichaud 提交于
      * Filter out missing import fixes that would add references
      
      * Remove superfluous IsEmpty check
      9948e3d4
  5. 08 6月, 2019 1 次提交
  6. 07 6月, 2019 3 次提交
  7. 05 6月, 2019 7 次提交
  8. 04 6月, 2019 2 次提交
  9. 03 6月, 2019 1 次提交
  10. 01 6月, 2019 9 次提交
  11. 30 5月, 2019 3 次提交