-
Notifications
You must be signed in to change notification settings - Fork 857
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issue (typescript)Good first issue on the frontend/typescriptGood first issue on the frontend/typescript
Description
Description
I have noticed that curly braces do not automatically close within f-strings (or t-strings)
The standard expectation in most modern text editors is that typing an opening brace { will automatically insert the closing brace }. The lack of this feature within the editor disrupts flow .
Suggested solution
When a user is inside an f-string or a t-string and types {, the editor should automatically:
- Insert the closing
} - Place the cursor between the braces:
{ | }
Are you willing to submit a PR?
- Yes
Alternatives
Typing } 😄
Additional context
Impact: Low/Medium (Quality of Life improvement).
Environment:
-
Chrome Version 143.0.7499.169
-
Marimo Verson 0.18.4
-
Python 3.12
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issue (typescript)Good first issue on the frontend/typescriptGood first issue on the frontend/typescript