PowerShell / PowerShell/PSScriptAnalyzer
Add ability to inherit settings
未关闭
还没有人认领这个 Issue。
Area - Engine
Issue - Enhancement
- 主要语言
- C#
- 星标
- 2.2k
- 派生
- 414
- 平均合并
- 13 小时 1 分钟
- 30 天内合并 PR
- 2
描述
There is a lot of duplication across the code formatting setting presets. A settings file should be able to point to an existing settings file or a preset so that it can inherit thos settings. On top of that, the settings file can then override existing properties or add more properties to provide a custom settings file.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位代码格式化设置文件的处理逻辑和现有的预设。确定设置文件应如何引用预设或另一个文件,覆盖项和新增属性如何合并,以及如何验证继承设置和自定义设置中的补全功能。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, powershell
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100