I’m working on completions and tool tips for WebGL in ST3 but I’m finding the documentation really lacking in the tooltips department, everything is very vague and I can’t seem to find just a simple example that takes a completion list, and then displays tooltips off to the side somewhere. Is there a good resource that someone could recommend? I read these:
http://docs.sublimetext.info/en/latest/extensibility/plugins.html#plugins-completions-example
But it doesn’t really show me how to do anything useful with just a simple completion list…Any tips would be fantastic.
Edit* There are examples out there, but they are very complex, full on plugins for this so there’s a lot of cruft that just looks like gibberish because I don’t even know how a simple case of this looks. That’s more why I want something a bit more simple and straightforward.