Making native extensions autocomplete

Are there plans to add autocomplete for native extension functions?

2 Likes

Yes, that would be sweet. I don’t think there are plans for this yet though. @Mathias_Westerdahl?

2 Likes

No, not that I know of :slight_smile:
Are you referring to the sdk functions or your extension functions? I.e C++ or Lua?

All of it… but our own Native Extension functions first would be nice.

The workaround which shouldn’t even be done is to make Lua modules which proxy the Native Extension functions and then require the Lua module instead and not use the NE functions directly.

2 Likes

I think both of these cases are mostly editor 2 related, please feel free to add a feature request to the issues page!

2 Likes

I have a while ago but wanted to know if it was on the radar. :pray:

3 Likes