fdefelici / vs-funreal

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

Add "Generate Unreal Visual Studio Project Files" toolbar button #28

Closed madhurajith closed 3 months ago

madhurajith commented 4 months ago

It's necessary to re-generate Visual Studio project files time to time when files changes outside visual studio. One frequent use case is needing to do this after pulling latest changes from Git. I usually navigate to the folder in the file explorer and use the context menu there. This is much more cumbersome than having the same ability inside Visual Studio.

Since FUnreal already got the ability to generate these, I believe providing a toolbar button to do that is a useful thing.

image image

fdefelici commented 4 months ago

Hi @madhurajith, thanks for your contribution.

By now, I'll delay the merge of this feature, because I'm working on a feature that will add FUnreal Menu (and eventually toolbar) on VS.

I'll take into account your request. See ticket #29

madhurajith commented 4 months ago

Thanks @fdefelici, looking forward to it.

fdefelici commented 3 months ago

@madhurajith, I have updated ticket #29 describing the solution adopted (compliant with next release of v0.2.0, in terms of menu organization). It should suite your needs as well. If you have any feedback let me know.

By now, I'm going to close this PR. Thanks again.

madhurajith commented 3 months ago

@fdefelici This is great. Looking forward to it. Thanks.