kotlin-godot-wrapper icon indicating copy to clipboard operation
kotlin-godot-wrapper copied to clipboard

its not support AutoComplete :(

Open mahdisml opened this issue 5 years ago • 3 comments

AutoComplete in intellij IDEA is very useful , how can i add this feature to this project ? any idea ?

mahdisml avatar Dec 07 '19 23:12 mahdisml

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?

chippmann avatar Jan 27 '20 11:01 chippmann

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 .

mahdisml avatar Jan 27 '20 12:01 mahdisml

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.

chippmann avatar Jan 27 '20 12:01 chippmann