You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when creating inline code blocks with `text`, I often type both backticks first to ensure the block is properly enclosed, then move the cursor between them to insert content. However, the content does not auto-format as code until the closing backtick is deleted and retyped.
This behavior interrupts the workflow, especially for users like me who follow a similar pattern when working with other delimiters like HTML tags or braces.
Enabling auto-formatting of inline code immediately upon typing the first character between backticks. This would improve usability and provide a smoother writing experience.
Additional Information
To reproduce:
Type ``
Move cursor between the two backticks
Start typing
No auto format :(
The text was updated successfully, but these errors were encountered:
eliandoran
changed the title
(Feature request) Autoformat inline code when typing between backticks
(FeAutoformat inline code when typing between backticks
Jan 29, 2025
eliandoran
changed the title
(FeAutoformat inline code when typing between backticks
Autoformat inline code when typing between backticks
Jan 29, 2025
Describe feature
Currently, when creating inline code blocks with
`text`
, I often type both backticks first to ensure the block is properly enclosed, then move the cursor between them to insert content. However, the content does not auto-format as code until the closing backtick is deleted and retyped.This behavior interrupts the workflow, especially for users like me who follow a similar pattern when working with other delimiters like HTML tags or braces.
Enabling auto-formatting of inline code immediately upon typing the first character between backticks. This would improve usability and provide a smoother writing experience.
Additional Information
To reproduce:
``
The text was updated successfully, but these errors were encountered: