1. 28 2月, 2019 2 次提交
  2. 25 10月, 2018 1 次提交
  3. 13 9月, 2018 1 次提交
  4. 28 8月, 2018 1 次提交
  5. 06 6月, 2018 1 次提交
    • C
      Code clean up (#26802) · d3a28d45
      Carol Hu 提交于
      * remove usings when format document
      
      * sort usings when format document
      
      * add code fix
      
      * hack fix for the issue with apply multiple changes.
      
      * refactoring
      
      * 3 changes
      
      1. put open file editorconfig change tracking back
      2. handle open file leaking when solution close with files opened case
      3. don't share locks between editorconfig events and roslyn events
      
      * skip the 'Remove unused variable' when format document
      
      * changed code fix part to use "fix all" and only fixes P1 list rather than fix everything in the document. also not apply changes to buffer until everything is done rather than doing it per fix.
      
      * made undo experience better
      
      * add expression body as one of fix to offer
      
      * add code fix options in format document settings
      
      * add hidden box IsCodeCleanupConfiguredCheckBox to track if the user ever configured the code cleanup
      
      * clean up
      
      * fix some tests
      
      * disable a test temporarily
      
      * PR comments
      
      * refactoring
      
      * Revert "3 changes"
      
      This reverts commit 7e0fd53f02a0e20d063440b3cce5569e51e71afc.
      
      * PR comments
      
      * PR comments
      
      * renaming
      
      * bug fixing
      
      * PR comments
      
      * refactoring
      
      * refactoring
      
      * refactoring
      
      * refactoring
      
      * Make ICodeCleanupService extend ILanguageService
      
      * refactoring
      
      * refactoring
      
      * fix deadlock, call Format inside CodeCleanupService
      
      * rename async methods
      
      * PR comments
      
      * move files under features
      
      * PR comments
      
      * PR comments
      
      * Never Show this again will never show the code cleanup info bar for this user.
      
      * rename
      
      * use ImmutableArray
      d3a28d45
  6. 11 11月, 2017 1 次提交
  7. 01 3月, 2016 2 次提交
    • D
      Code Style: Analyzer/Fixer/Options for naming conventions · 8051eec3
      David Poeschl 提交于
      Implements #7064
      
      This change includes:
      
      - An analyzer and codefix for enforcing naming styles and fixing symbol names to comply with a chosen & configurable set of naming rules.
      - A set of Enforcement Levels that can be applied to different naming rules.
      - A mechanism for linking from a lightbulb preview to the option that caused the related diagnostic to be created (could be moved to a different PR or release)
      - Moving of the "Formatting" options pages under the Code Style node.
      8051eec3
    • B
      Make new code style features searchable from VS.. · 036712dc
      Balaji Krishnan 提交于
      ..  Quick Launch bar
      036712dc
  8. 02 5月, 2015 1 次提交
  9. 24 4月, 2015 1 次提交
    • P
      Remove "completed" from option names · d9d8ca78
      Pilchie 提交于
      Some people found this confusing, and it's no longer accurate since we
      format with parse errors now.
      
      Fixes internal bug 1144194.
      d9d8ca78
  10. 01 2月, 2015 1 次提交
  11. 27 1月, 2015 1 次提交
  12. 15 1月, 2015 1 次提交
  13. 14 1月, 2015 1 次提交
  14. 19 3月, 2014 1 次提交