Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerShell support #10

Open
Riari opened this issue Oct 30, 2024 · 0 comments
Open

PowerShell support #10

Riari opened this issue Oct 30, 2024 · 0 comments

Comments

@Riari
Copy link

Riari commented Oct 30, 2024

Hi,

Firstly, thank you so much for all the time and effort you've put into this plugin! I recently started migrating from VS Code to Neovim and Unreal was on my list of must-haves, so this has helped me out a lot.

I was just wondering if it could be updated to support PowerShell. Out of the box, any Dispatch commands issued by the plugin are misinterpreted by PowerShell. I'm not sure how exactly this should be handled, but I found a temporary workaround by replacing "Dispatch " with "Dispatch & " in lua/unreal/commands.lua.

Also, I had some difficulty with the :UnrealGenWithEngine / :UnrealGen commands - I couldn't get them to produce a compile_commands.json that works properly with clangd (using UE 5.4.4, tested on a fresh project). In the end, the only way I could get it to work was to generate the compilation database using the generate.bat script created by https://github.com/natsu-anon/ue-assist. Happy to open a separate issue about that if preferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant