noobs guide #2968
-
I am new to lsp, and find the documentation lacking for how to get started. I have a small project, single directory, 3 C files, 1 H file. lsp-session-describe shows them all. Some explanation about what is a "project", "session", how to manage compilation flags (include paths), a "getting started" that is about how to use, (not how to configure the various options) would be nice. For now, if someone can tip me on how such a small project can be cross referenced, would be great. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you checked https://emacs-lsp.github.io/lsp-mode/tutorials/CPP-guide/ ? I am not 100% sure if clangd can handle simple projects without compile_commands.json - @sebastiansturm @danielmartin, do you have a clue?
I have this on my TODO list. |
Beta Was this translation helpful? Give feedback.
Have you checked https://emacs-lsp.github.io/lsp-mode/tutorials/CPP-guide/ ?
I am not 100% sure if clangd can handle simple projects without compile_commands.json - @sebastiansturm @danielmartin, do you have a clue?
I have this on my TODO list.