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
I created some snippets for javascript and python in the private dir, like so:
private/
angularjs/
snippets/
js-mode/
beforeEach
describe
describeMidway
it
test
wrapperFunction
python-mode/
README.md
README.md
Now if I open a javascript or python file, the snippets won't show up. If I execute yas-reload-all from within the buffer, they do show up though and I can insert them.
So here's the problem:
I created some snippets for javascript and python in the
private
dir, like so:Now if I open a javascript or python file, the snippets won't show up. If I execute
yas-reload-all
from within the buffer, they do show up though and I can insert them.The content of my
yas-snippets-dirs
variable:The text was updated successfully, but these errors were encountered: