MagicStack / MagicStack/MagicPython
.format() keys with spaces don't highlight properly
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.4k
- 分支
- 98
- PR 合併指標
- 30 天內沒有已合併 PR
描述
not sure if it belongs here but
If you have a dict key with spaces in its name, 'fried eggs' for example, it thinks the format braces {} are actually a string.
* **Editor name and version**: vs code 1.45.1
* **Platform**: linux mint
* **Color scheme**: [Dark molokai](https://marketplace.visualstudio.com/items?itemName=nonylene.dark-molokai-theme)
* **MagicPython version**: 1.1.0
* **A sreenshot**:


* **5-10 lines of surrounding code**:
`action = int(input('text'
'\n text {bread[0]}'
'\n text {fried eggs[0]})'
'\n text {pancakes[0]})'
'\n text \n'.format_map(dt['foods'])))`
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
使用提供的 format_map 範例,在搭載 MagicPython 1.1.0 的 VS Code 1.45.1 中重現醒目提示問題,並比較兩張螢幕截圖。追蹤 Python 格式字串如何處理包含空格的字典鍵;當大括號和運算式被醒目提示為格式語法而非字串時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, python, vscode
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100