-
Notifications
You must be signed in to change notification settings - Fork 806
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
Hinterland: Disable automatic hinting when typing a comment #819
Comments
Yeah, I can see what you mean, definitely. |
actually, I think we could do this using a test something along the lines of cell.code_mirror.getTokenAt(cell.code_mirror.getCursor()).type === "comment" |
I've made a PR which should fix this - see #820. |
Thanks @jcb91 for the Quick fix. How do I update to include this fix? I installed using |
I guess you meant
rather than just the
I haven't thrown together a conda-forge release which includes this yet. You can install the master version from the provided git-based conda.recipe as follows:
|
Thanks @jcb91 , this was by far my most awesome experience with an Opensource Project. Keep up the Good Work and Happy Coding. Tested and Works Like a Charm P.S : I meant ohh , Happy Christmas too |
Glad you found it helpful :) |
So the automatic hinting is awesome , but there is no need for it when we are typing comments , as it is mildly annoying.
So I think autocomplete when commenting should be disabled
Thanks
The text was updated successfully, but these errors were encountered: