Replies: 4 comments
|
Ah, I was using release 22.05 so I didn't have those commands. Sorry! |
0 replies
|
On closer inspection, those commands are also based on calling shell commands. So, it's basically the same issue with them. |
0 replies
|
I would say snippet support (#1178) is the best way to solve this since you want some text to expand to an arbitrary longer text. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For markdown files, I like to have a keybinding where when I type
`pit's expanded to```python(similarly,`rto```rustand so on).Currently, I do this with
This does work, but it seems a bit convoluted.
As far as I know there is currently no other way. (Correct me if I'm wrong.)
I would imagine a solution like this:
EDIT:
The current work-around is
All reactions