Skip to content

Key context based auto completion

Compare
Choose a tag to compare
@thatsIch thatsIch released this 23 Nov 09:48
· 394 commits to master since this release

Build against: 3126
Requires at least: 3000

I just added a key context based auto completion to the [Rainmeter]. This enables suggestions of values based on the current key you are writing in. It will display by Rainmeter given default values and other meaningful options.

It looks like this:
key-context-based-completion

Last but not least I have deactivated the distance calculation if you have yet to type something. The initial order of elements is more meaningful then by distance sorted to nothing.

P.S.: I have found out, that you can intercept the completion call and show your own completion list if you want. These small windows can be formatted in HTML, so we can make pretty popups in the future (https://github.com/facelessuser/sublime-markdown-popups). Not sure if I want this as a dependency though.