draivin / hsnips

HyperSnips: a powerful snippet engine for VS Code, inspired by vim's UltiSnips
MIT License
154 stars 25 forks source link

Tab stops not working in nested snippets #135

Closed danirui closed 1 year ago

danirui commented 1 year ago

I describe the issue in detail in this link: https://stackoverflow.com/questions/74251138/vscode-snippets-hypersnips-tab-stops-in-nested-use-of-snippets

gruvw commented 1 year ago

Hi, do you have the Vim extension installed in VSCode ?
If so, does the problem still occurs when you disable the Vim extension ?

(see #78)

danirui commented 1 year ago

Following #126, using VSCode neovim seems to fix this issue (using homebrew as discussed in https://github.com/neovim/neovim/wiki/Installing-Neovim, and which nvim to find the path to Neovim, and following this video https://www.youtube.com/watch?v=ZEFXeRIFvN0&ab_channel=LinuxBTW to edit init.vim as necessary).