-
This would be a pretty backwards incompatible change but I think that we should not interpolate "naked" dice and table references and should introduce some kind of syntax. This would allow those strin…
-
### What did you expect to happen?
Consider some simple lua code:
```
local a =
{
[1] = 1,
[2] = 2,
[3] = 3,|
}
```
where `|` denotes the position of the cursor. After I typed the `,` …
-
yasnippet is very helpful for expanding words into other words or phrases. For example, I can ask Emacs to expand "edv" into "Emacs Developmental Version". However, it seems only to be able expand wor…
ghost updated
2 years ago
-
Hi, please correct me if I'm not aware of this functionality. I'd love to use most of these snippets provided here, however, I hope to blacklist/turn-off/override some of the snippets here, is it poss…
-
It seems like support was added here: https://github.com/xenodium/chatgpt-shell/issues/114
However my snippets which are created in the chatgpt-shell directory as shown above are failing to expand …
-
In older yasnippet versions (at least 0.5.*) it was possible that a snippet would override/hide another one with the same name in a parent snippet directory. Since the move to the new non-hierarchical…
-
Add documentation region to snippet template,
maybe like this:
```
# -*- mode: snippet; require-final-newline: nil -*-
# name: assert_operator
# key: assert_operator
# --
assert_operator(${1:o1}, ${2…
-
I am not sure if this problem is related to `CDLaTeX` or to `yassnippet`, so I am sorry if this is the wrong place to post it.
This is the scenario:
1. I am in an `org` file.
2. I insert an inlin…
-
Snippets defined in .doom.d/snippets seem to work fine. However snippets defined using the `yas-define-snippets` function don't seem to be working properly. A minimum example file loaded from `.doom.…
-
It would be cool if lsp-mode could automatically trigger completion at each snippet tabstop. For example, when expanding `foo(${1:a}, ${2:b})`, lsp-mode would trigger completion (with an empty prefix)…