snipsnapdev / snipsnap

Speed up your development with a powerful set of tools
https://templates.snipsnap.dev/
GNU Affero General Public License v3.0
1.06k stars 32 forks source link

Multiple projects in one workspace problem #66

Open rastz opened 4 years ago

rastz commented 4 years ago

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?

lnikell commented 4 years ago

@rastz Thank you for reporting the issue. We will take a look at this. @BolotskyDev could you check it once you have a chance.

bolotskydev commented 4 years ago

@lnikell sure, I guess have an idea that might help in this case. Will get back to it on weekends.