fdefelici / vs-funreal

Visual Studio extension to smooth the workflow of Unreal Engine C++ developers
MIT License
27 stars 7 forks source link

Allow to add custom templates #16

Closed DrizztDoUrden closed 3 months ago

DrizztDoUrden commented 1 year ago

I often create a LOT of files with similar structure. I'd like to be able to add custom templates to the extension without rebuilding it.

fdefelici commented 1 year ago

I was thinking to add this feature soon or later. Probably the time has come :)

fdefelici commented 3 months ago

Implemented feature that allow to add custom templates for: plugins, plugin modules, game modules and classes Futhermore an dedicated extension menu and options page have been implemented to manage custom plugin

Documentation describing the new features and how to configure custom template has been written and accessible from README.md

fdefelici commented 3 months ago

@DrizztDoUrde v0.2.0 is out, with the custom template feature