We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the readme you have: "You can also add include_paths per project."
I cant seem to find a way to do it (I may simply be looking in the wrong place).
Is there any documentation on this? Thanks
The text was updated successfully, but these errors were encountered:
You can do that by editing the sublime-project file. For example, this is part of my sublime-project file for vibe.d:
{ "folders": [ { "name": "vibe-d", "path": "." }, { "name": "libevent", "path": "/home/user/.dub/packages/libevent-2.0.1_2.0.16" }, ... ], "settings": { "include_paths": [ "/home/user/Projects/vibe.d/source/", "/home/user/.dub/packages/libevent-2.0.1_2.0.16/.", ... ], "package_file": "/home/user/Projects/vibe.d/dub.json" } }
If you are using DUB, you can automatically create this file using the sublime command DKit: Create Project From DUB Package File.
DKit: Create Project From DUB Package File
I will keep this open until I add proper documentation.
Sorry, something went wrong.
Thanks!
any events with this issue? I'm curious how I can add vibe.d in my project to have autocomplete :)
No branches or pull requests
In the readme you have:
"You can also add include_paths per project."
I cant seem to find a way to do it (I may simply be looking in the wrong place).
Is there any documentation on this?
Thanks
The text was updated successfully, but these errors were encountered: