Open franciscolourenco opened 14 years ago
I've not tried but I imagine that you'd be able to take the 'Auto Complete' command and wire it up so it's invoked when you press . quickly, by simply specifying . as the key equivalent in the command.
However for this to be useful you'll need to work on making sure it's only invoked from the right scope. So have a look in the language grammar to see if there is anything appropriate - I don't think there is. Which means you'd have to modify it to get what you want. This could be tricky....
If you get that far then you might find you need to prefix the command output with a .
I've been trying to make the code completion popup after writing a dot but couldn't do it.
like in myVar.(pop up)
Can you do it? If you don't want to include it in the main bundle can you tell me how to achieve that?