Jump to content

Code completion / intellisense-like behavior


Undac
 Share

Recommended Posts

Somehow code completion doesn't work for Leadwerks in Code::Blocks. Any idea how to solve this?

 

PS: I have symbol browser enabled.

 

PPS: Solved

Adding $(LeadwerksPath)/Include on additional parser search paths did not work for me, but oddly enough it worked when I copied the entire include folder into my project and added it.

If anyone else has this problem, this is what I did:

go to the Leadwerks folder, copy the Include folder and paste it in your project's folder

right click on your project -> properties -> c / c++ parser options -> add -> ../Include/

(or whatever name / path you chose)

 

PS: If you don't know where the Leadwerks folder is located: open Steam -> right click on Leadwerks -> Properties -> Local files -> Browse local files

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...