Hello,
There is a great idea used in JetBrains Intelli Idea IDE :)
Imagine a piece of code like this:
CMySuperMechanism super<Cursor>
If I press Ctrl+Space first suggestion will be "superMechanism" (keeping capitalization of already typed text).
Idea is simple - find same substring in the type of a variable being defined and suggest by rest part of it.
Is it possible to implement such a thing in VAX?
Current suggestions in situation described above are useless =(