gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

Option to disable Auto Completion of JSX tags, elements and attributes #420

Closed ahshum closed 7 years ago

ahshum commented 7 years ago

Is there any option/config which can disable the auto completion?

gandm commented 7 years ago

No I'm afraid not. Any reason you want to disable this?

ahshum commented 7 years ago

Just for personal preference, I prefer using hotkey to auto-close tag (like ALT+. in Sublime), as which is much general for editing other languages with XML format. So most of the times when I am going to a newline, a close tag is inserted instead and this just made me difficult to get used to it.

gandm commented 7 years ago

Oh I see. You can disable this via a setting in the autocomplete-plus package provided with Atom. I'm not sure if this is what you want as it will also disable all auto-completions inside a JSX block including JavaScript. image

image

gandm commented 7 years ago

Also in the same package thi setting may be useful image