-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhanced code completion #16
Comments
This wont be easy to code, but it would indeed be awesome :-) Some pointers:
|
I looked a bit further in case-insensitive completion:
=> FIX: including |
I changed the subject to better reflect the current issue:
|
OK, thanks for the info. This will work in the meantime, although I'd prefer an entry in Some other examples of smart completions:
|
From the gnu readline manual (http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC32):
This means one call "set completion-ignore-case on" from within the |
Using the I issued a bug report since passing a static compile-time string to this function causes a segmentation fault. As explained in the mailing list, this can be avoided by copying it first to I think the best thing to do, would be something like:
(Note we could also design our own |
So how can I use this for the time being? |
@GijsTimmers You have to hack into the source code of
Happy hacking ;-) |
See issue #51 for further discussion |
Current situation:
Request: complete code disregarding case. For instance:
The text was updated successfully, but these errors were encountered: