I deleted an attribute attribute1
from a class.
Atom autocomplete keeps suggesting the text "attribute1" when I type "attribute", which leads to syntax errors.
How do I remove "attribute1" from the possible suggestions?
If you're still looking to save some typing time, Atom also ships with simple autocompletion functionality. The autocomplete system lets you view and insert possible completions in the editor using Tab or Enter. By default, the autocomplete system will look through the current open file for strings that match what you're starting to type.
By default, the autocomplete system will look through the current open file for strings that match what you're starting to type. If you want more options, in the Settings panel for the autocomplete-plus package you can toggle a setting to make autocomplete-plus look for text in all your open buffers rather than just the current file.
Atom now displays suggestions for the atom global. As with the HTML and CSS suggestions, each Atom API suggestion displays the description of the object with a link back to the atom.io documentation. Just type atom. in any JavaScript or CoffeeScript file in your Atom package to display the suggestions.
Disable autocomplete for file (s) via blacklisting, e.g. *.md to blacklist Markdown files Disable autocomplete for editor scope (s) via blacklisting Expands a snippet if an autocomplete+ provider includes one in a suggestion
If the suggestion is not a default suggestion, make sure you do not have the typo anywhere else in your currently open project, and then restart atom.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With