1. 09 11月, 2018 1 次提交
  2. 22 9月, 2018 1 次提交
  3. 21 9月, 2018 1 次提交
  4. 20 9月, 2018 1 次提交
    • M
      Add support to save current tools options into an .editorconfig file · 588f1798
      Manish Vasani 提交于
      This ports https://github.com/dotnet/roslyn/pull/28472, that went into the `editorconfig-ide` feature branch, into `dev16.0.x` branch with following additional refactorings/enhancements:
      
      1. Generated .editorconfig file has all localized string as comments.
      2. No hardcoding of individual options in the editorconfig file generator. Instead, each `EditorConfigStorageLocation` now requires to provide a delegate to convert a given option value into the .editorconfig string representation (basically complimentary of the parsing delegate that was already required).
      3. Introduce concept of `OptionGroup` to enable grouping options in the same feature (such as CodeStyleOptions, CSharpCodeStyleOptions, FormattingOptions, CSharpFormattingOptions, etc.) into sub-features or groups (such as "this. preferences", "expression-level preferences", etc.). This enables the editorconfig generation to group the related options, without explicit knowledge of each option group.
      4. Expose `AllOptions` from each option feature (such as CodeStyleOptions, CSharpCodeStyleOptions, FormattingOptions, CSharpFormattingOptions, etc.), so that the corresponding `IOptionProvider` always stays in sync with implemented options.
      588f1798
  5. 22 8月, 2018 1 次提交
  6. 17 7月, 2018 1 次提交
  7. 21 6月, 2018 1 次提交
  8. 12 4月, 2018 2 次提交
  9. 10 4月, 2018 1 次提交
  10. 06 4月, 2018 6 次提交
  11. 17 2月, 2018 2 次提交
  12. 27 1月, 2018 1 次提交
  13. 10 1月, 2018 3 次提交
  14. 09 1月, 2018 2 次提交
  15. 04 1月, 2018 1 次提交
  16. 31 12月, 2017 1 次提交
  17. 12 12月, 2017 1 次提交
  18. 06 12月, 2017 1 次提交