-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create defos.script_api #137
base: master
Are you sure you want to change the base?
Conversation
It resolves the issue of the warnings that appear in the linter due to not finding the extension globally, but it doesn't fix the display of the complete list of functions.
Nice! Is the intention to add all of the api functions? |
I preferred not to do it because I didn't have the exact list with the specific names of all the functions, and I also didn't know how to obtain it. I tried getting an AI to do it (since it's a repetitive task), but I wasn't successful, so I decided to leave it as is because it served the purpose of preventing errors. I didn't want to delete the identified function so it could serve as an example if someone knew how to complete the list. |
For what its worth i did it for my project. Only downfall is to keep updating it yourself though... i created .lua-types/defos/init.lua
and then included it into .vscode/settings.json
|
It resolves the issue of the warnings that appear in the linter due to not finding the extension globally, but it doesn't fix the display of the complete list of functions. Many thanks to Magna for the help.