VS-LinkerThis is a Visual Studio Code extension that links files from every language and every address. Feature
Go to include filesYou can open the file using Ctl + click. Register the root folderyou can set project rootPath & regularExpress. 1. Go to extension settings.2. Set rootPath & regularExpress for your projects.VS-Linker links files based on the root path. This regular expression in the example is asp only.
3. Open the folder in the rootpath you specified.4. Check matched files and customize regular expressions.If you use a different regular expression for each root, you can link different languages for each project. Enjoy! Release Notes1.1.7Logo added 1.1.6Added an output channel to know the files matched with the registered regular expression. 1.1.5Fixed a bug that prevented extensions from working. sorry! 1.1.4You can now input regular expressions as arrays. 1.1.2The existing commands 1.1.1Fix bug. 1.1.0Add project management in settings.json 1.0.1Fix regex in order to better find the link 1.0.0Initial release of VS-Linker |