python-selfcompletion
python-selfcompletion copied to clipboard
Make completions sensitive to context
The completion suggestions currently aren't smart about context. For example, if an executable is supposed to take "-n [0-9]+", and you type "-n <TAB>", selfcompletion should only suggest numbers.