PowerShell / PowerShell/PowerShellEditorServices
Feature Request: Editor Commands with parameter input
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 767
- 派生
- 266
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 1
描述
These would hopefully work similar to the ext commands.
"command param" and then it auto populates intellisense autocomplete in the options. This would be something I would see as an end goal. At first, it would be nice to see positional parameters sort of like this:
"command param1 param2 param3"
You could go for these working similar to powershell, or make them more limited similar to the ext commands, where they take only 1 param, but give you intellisense style choices.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未识别出文件或测试。首先定位现有的 ext-command 处理逻辑及其 IntelliSense 集成,然后确定命令参数的解析方式。在实现之前,明确是否需要位置参数、类似 PowerShell 的选项,或仅支持一个参数的 ext-command 行为;完成标准应包括已达成一致的语法和自动补全选项。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, powershell
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100