mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
cbe21e3b4b
I'm switching away from visual studio (because its broken) so figured I'd document / commit the minimum to get a working environment with the editor I chose (Zed). Also cleaned up the main README so it's not so verbose, link out to secondary pages, etc. I also deleted the Arch and Fedora dockerfiles, they were broken. The ubuntu one still works, so i left it.
12 lines
591 B
Markdown
12 lines
591 B
Markdown
# VSCode
|
|
|
|
If you either don't want to or cannot use Visual Studio for working with the C++ project, VSCode is a good alternative.
|
|
|
|
The `clangd` extension is [recommended](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) and requires `clangd` to be on your `$PATH`. If you can run `clangd` in a terminal successfully then you should be good to go.
|
|
|
|
Once you generate your CMake for the first time the clangd LSP should be able to index the project and give you intellisense.
|
|
|
|
## Building and Debugging
|
|
|
|
TODO - Consider Contributing Documentation :)
|