INim
INim copied to clipboard
Autocompletion
Based on TAB, linenoise should have this functionality, one should be able to somehow call nimsuggest , but for the first implementation, just a set with all the defined names in the active session should be fine.
If that seems useful, I can implement it
This is how bpython does it:
Very useful, in my opinion.
This seems like a great addition, are you interested in trying a fix, @alehander92? I'm maintaining the project now, so new releases are now happening :-)
The autocomplete is among the top reasons I use REPLs. It allows me to explore libraries and learn their API.
Is this a WIP? Tried inim for the first time Today and not sure if it's already there
I'd say probably a planned feature, we'd welcome PRs!