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
{{ message }}
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
I have multiple projects (Project1, Project2, Project3 etc.) under one workspace. Snipsnap automatically creates file in: Project1/.vscode/snipsnap.code-snippets and fetches information based on package-json. located in Project1.
So available snippets are based only on package.json from Project1. What if I need snippets based on packages from Project2, Project3, which are not included in Project1 package.json?
Creating parent folder for all project, with its own .vscode file will not solve the problem. No direct package.json in the parent folder.
Creating separate workspace for every project, so it can have its own .vscode file seems a bit redundant.
I have multiple projects (Project1, Project2, Project3 etc.) under one workspace. Snipsnap automatically creates file in:
Project1/.vscode/snipsnap.code-snippetsand fetches information based onpackage-json.located in Project1.So available snippets are based only on
package.jsonfrom Project1. What if I need snippets based onpackagesfrom Project2, Project3, which are not included in Project1package.json?.vscodefile will not solve the problem. No directpackage.jsonin the parent folder..vscodefile seems a bit redundant.