MagicStack / MagicStack/MagicPython
Is it possible to highlight all decorators the same?
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.4k
- 派生
- 98
- PR 合并指标
- 30 天内没有已合并 PR
描述
* **Editor name and version**: VS Code 1.33.0
* **Platform**: Windows 10 1809
* **Color scheme**: Pycharm Dracula Style (WIP)
* **MagicPython version**: 1.1.0
First of all congrats on the great project!
I've begun working on a theme to make VS Code look similar to PyCharm. I would like to have all decorators highlighted with the same color regardless of type. At the moment the scope 'support.type.python' is prioritized over 'meta.function.decorator.python'. You can see this demonstrated in the example below for the property decorator. I get why the current order is more desirable, but is it possible to somehow override it within the theme?

贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查语法高亮器如何为 Python 装饰器分配 `support.type.python` 和 `meta.function.decorator.python` 作用域,然后检查 VS Code 主题作用域的优先级如何处理它们。确定主题是否能够一致地为所有装饰器着色,并记录或实现受支持的行为,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, vscode
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100