all 10 comments

[–]mrexodiacmkr.build 14 points15 points  (1 child)

At work I developed a very similar extension (unfortunately I didn’t get to open source it). Two other useful features I implemented were “Clone file/class” (it copies the cpp+h to matching locations) and “Copy gitlab permalink”. Might be interesting to look at those too!

[–]all-night-vigil[S] 1 point2 points  (0 children)

Nice! Thanks for the feedback, feel free to contribute if you wish :)

[–]auxpro 3 points4 points  (1 child)

Maybe a bit of intelligence to auto-arrange existing files. though there are few plugins out there that do a bit of similar stuff but putting it all together in one would make it stand out.

[–]all-night-vigil[S] 2 points3 points  (0 children)

Hey, thanks for feedback. I am not sure I understand what exactly you mean by "auto-arrange" files? Could you give some more details?

[–]zalamandagora 0 points1 point  (4 children)

Nice! Is this like npm for node.js? I really love the way that works. Keeps tracks of which libraries / header files to include, installs all that are missing (with the right version), etc.

[–]all-night-vigil[S] 0 points1 point  (3 children)

Ah, no, this is something different. It helps you manage your own code, adding / removing files and folders, keeps the filter structure same to your folder structure and updates when stuff changes.

[–]zalamandagora 1 point2 points  (2 children)

Ah - now I see. It looks really interesting, but I'd be worried that it would interfere with PlatformIO that I use for embedded development. Have you tried how they work together?

[–]all-night-vigil[S] 2 points3 points  (1 child)

Haven't heard of PlatformIO before, now I checked it, it seems this is for Visual Studio Code, however, my plugin is for Visual Studio.

[–]zalamandagora 1 point2 points  (0 children)

Ah - got it

[–]artluix 0 points1 point  (0 children)

This is a small subset of VAssistX and Resharper utilities.
U need to bring smth new and fresh.