Skip to content

How can I set up code hints for libraries like SFML? #12296

Answered by lpkha21
Sillybum asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Sillybum
Comment options

Comment options

You must be logged in to vote
1 reply
@Sillybum
Comment options

Answer selected by Sillybum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants