scnvim
scnvim copied to clipboard
Snippets does not include the entire SCClassLibrary
SCNvim.sc *generateSnippets is not creating snippets of full Class Library / Tree (- the first level meta_ classes). Subclasses are missing. Example: Limiter, LFNoise1, LFDClipNoise, BrownNoise and PinkNoise are not included in the snippets.
Expected behavior
All classes in the Class Library should be in the generated supercollider.snippets file
Steps to reproduce
Setup scnvim and run :SCNvimTags
Information
-
nvim --version: v0.3.4 / v0.4.3 - Operating system: Debian 10 / Ubuntu 19.10
- Running scnvim in a Terminal/GUI: Kitty
In the *generateSnipptes method we need to include class.subclasses. Can make a PR.