-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
cfgFunctions And Documentation #45
Comments
Could you attach a snippet of your description.ext file as well as a screenshot of your project directory (should include description.ext, sqf files, header files, etc) ? |
Thanks for these screenshots. I see the issue now. The plugin is able to locate the functions because the class names are written in the description.ext. When it comes to function documentation, it entirely depends if the plugin can find the file or not. The plugin is currently hard coded to ignore file paths that start with "/" or "\" because the plugin isn't intelligent enough to know how mods work. Mod support is something that I would like to have implemented, but for now you will have to live without the documentation. Sorry. :) The "create config function" option was removed until something better could be implemented. |
Plugin Version
1.0.7
Summary
Documentation not working for custom functions.
Detail
Your ctrl + Q documentation for BIS commands and functions is awesome.
But it doesn't work for my custom functions for some weird reason.
Auto completion works fine, ruling out a bad CfgFunctions, but opening the documentation just gives "no documentation found" even though there is a nice big comment up top.
It could be the folder-structure:
@somemod
addons
ModulAddon1
ModulAddon2
...
But the completion works as intended so whats wrong?
Thanks a lot!
Sincerely Rage
The text was updated successfully, but these errors were encountered: