defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Need autocomplete for native extension functions (DEFEDIT-1532) #1283

Open subsoap opened 7 years ago

dapetcu21 commented 6 years ago

If we had the headers to Defold SDK, you could use clang-autocomplete in Atom or some other text editor.

matgis-king commented 6 years ago

2013 seems like a good solution for this.

dapetcu21 commented 6 years ago

@matgis-king That's a whole different issue. I meant autocomplete for the C++ code using clang-autocomplete while developing extensions.

subsoap commented 6 years ago

Should make another issue for that, this issue is so end users of extensions can have the extension features autocomplete while using them in Defold editor.