Advice on how to best integrate with the specialized IDE's
I have been looking into how to adapt my Lua language plugin so that it's SDK/Module functionality (API definitions mostly) is available for other IDE's specifically appCode.
Right now I have all the API definitions attached to an implementation of SDKType. Since I can't do that in appCode is there an alternative implementation that would accomplish the same thing (adding additional entries to the module roots).
Please sign in to leave a comment.