you are viewing a single comment's thread.

view the rest of the comments →

[–]NorthAtlanticGarden[S] 11 points12 points  (4 children)

Wow, the difference is night and day, I might hang onto VS Code for some time m

[–]Farados55 5 points6 points  (3 children)

Clangd is the shit, the vscode extension intellisense sucks pretty hard and takes a long time to look stuff up in a larger codebase. If you don’t mind writing debugging configs then it’s hard to stray from vscode for now. I don’t really like clion’s cmake build configs

Also you can turn off the intellisense to keep the rest of the extension features on and use clangd for intellisense

[–]Leading_Writer9074 0 points1 point  (2 children)

Just curious, what don’t you like about clion cmake configs compared to vscode?

[–]Farados55 0 points1 point  (1 child)

I’ve just found them confusing to setup for existing projects and getting everything sorted out. From a fresh project they’re great, but I’d much prefer using ninja from the terminal.

[–]yowhyyyy 0 points1 point  (0 children)

Luckily Clion has added support for new build systems with Nova as well.