scnvim icon indicating copy to clipboard operation
scnvim copied to clipboard

Snippets does not include the entire SCClassLibrary

Open salkin-mada opened this issue 6 years ago • 4 comments

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

salkin-mada avatar Mar 18 '20 20:03 salkin-mada

In the *generateSnipptes method we need to include class.subclasses. Can make a PR.

salkin-mada avatar Mar 18 '20 20:03 salkin-mada