kotlin-godot-wrapper
kotlin-godot-wrapper copied to clipboard
its not support AutoComplete :(
AutoComplete in intellij IDEA is very useful , how can i add this feature to this project ? any idea ?
Auto completion is not handled by this project. That is something provided by the IDE. Probably an gradle import issue. Could you clarify which steps you've taken and what version of Intellij you're using so we can find out what the issue is for you?
its not any issue , Methods and Attributes AutoComplete is not like Unity (in Rider) (and i think its natural because its only a wrapper) and I am very interested in helping you in this project and add AutoComplete feature but i don't know how can i implement it .
Ah now i understand your issue. You mean the javadoc. That's actually a great idea. @piiertho what do you think? Probably we could generate the javadoc alongside the api classes through kotlinpoet? The problem is from where do we get the documentation? maybe we have to implement the godot documentation as a submodule and scrape it during code generation to generate the corresponding javadoc.