We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was adding a comment to some code that contained the word "hash". After typing the word and hitting the spacebar, autocomplete activates.
Type: # Setup a hash
# Setup a hash
Then add a space (or other characters like a comma, colon, semi-colon, ampersand, etc.)
# Setup a hash[space]to
# Setup a %name = ( => , => , );
Komodo Edit or IDE? Komodo IDE Komodo Version? 12.0.1 Operating System (and version)? MacOS 12.5.1
The text was updated successfully, but these errors were encountered:
That's auto-abbreviations, slightly different. You can disable that in Edit menu > Preferences > Editor > Smart Editing: Uncheck Auto-Abbreviations
Sorry, something went wrong.
No branches or pull requests
Short Summary
Was adding a comment to some code that contained the word "hash". After typing the word and hitting the spacebar, autocomplete activates.
Steps to Reproduce
Type:
# Setup a hash
Then add a space (or other characters like a comma, colon, semi-colon, ampersand, etc.)
Expected results
# Setup a hash[space]to
Actual results
# Setup a %name = ( => , => , );
Platform Information
Komodo Edit or IDE? Komodo IDE
Komodo Version? 12.0.1
Operating System (and version)? MacOS 12.5.1
Additional Information
The text was updated successfully, but these errors were encountered: