-
-
Reported by @AdmiralSnyder on Discord
https://github.com/user-attachments/assets/1bc1f070-86a8-4cdf-9382-174d056afa23
I had a quick play and it seems like maybe `using statement` is the only snippet…
-
> Using Leaflet?
>
> A Leaflet-based snippet is coming soon.
Could you also add an OpenLayers snippet ?
Thanks a lot for setting up OpenFreeMap! ❤️
-
I would like to have the ability to disable snippet IntelliSense for specific contexts in Visual Studio Code. This feature would enhance the coding experience by preventing irrelevant snippets f…
-
Hello @thinkall,
first thanks for this plugin. :-)
For converting PowerShell code, cann you add the following replaces?
$ => $$
\ => \\
This was missing for PowerShell.
Thanks and kind reg…
-
Forwarding from https://github.com/joaotavora/yasnippet/issues/1203
Not sure if the cause is here, or the `yassnippet` package itself. Please let me know if you need any additional info. Thanks!
-
### Make sure you have done the following
- [X] I have updated to the latest version of `blink.cmp`
- [X] I have read the README
### Bug Description
## now
After expanding a snippet that triggers …
-
VS Code snippet transform syntax supports converting capture groups to a variety of formats, including lowercase, camelCase, and PascalCase. Support for snake_case would be awesome.
See https:/…
-
Not sure if this is a great title, so I can change it if necessary. I have been having an issue recently, where I have _huge_ delays when my editor (Neovim) goes to complete something. I boiled it dow…
-
```python
from typing import Callable
def dictionary_filter(*, blob:dict, callback:Callable) -> dict:
"""
callable is a function with key, value arguments
example: `dictionary_fil…