-
Hello, guys! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In this case, you have to see what the LSP does. Take a look into the logs while working with helix (you can get the path to the log from the help page: |
Beta Was this translation helpful? Give feedback.
-
you can use bear or cmake to generate "compile_commands.json", which the editor will read and suggest the functions. |
Beta Was this translation helpful? Give feedback.
you can use bear or cmake to generate "compile_commands.json", which the editor will read and suggest the functions.
in cmake this is the command: set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
to generate that file.