-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Clangd Integration #92
Comments
You can use native linux clangd, no need to run Windows clangd over wine. When using You can also use clangd as a LSP on build which uses real MSVC compiler over wine. Of course, clangd's diagnostics will be bit different than real MSVC's, but as a LSP in IDE it is close enough. Same is true for IntelliSense vs. real MSVC in Visual Studio, anyway. You just have to provide a
I have tested this on example projects which use Meson build system. Out of curiosity, I tried opening the project in codium (VSCode minus telemetry and MS extensions). Clangd extension in codium worked fine out of box. Just make sure to start VSCode from terminal with msvc-wine environment set. |
Ah okay thank you a lot, before I opened this pr I did not know this was possible. Thank you a lot |
Especially for developing a clangd integration would be kinda good!
For example in vscode you can install the clangd extension and you are able to set a custom clangd path, maybe we could do hack where we have a custom clangd script lying in here that launches clangd in wine with msvc?
The text was updated successfully, but these errors were encountered: