-
Notifications
You must be signed in to change notification settings - Fork 83
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
How to enable autocomplete with language-bael #529
Comments
I don't have a solution for you, but I have the same/similar issue😅 I am also trying to use autocomplete, but specifically with styled-components. Maybe the problem has a common source? Inside the template literals, I have css like this;
I have tried enabling the 'Styled-Components Auto-Complete Method' in the package settings, but this does help. I have tried refreshing atom cmd + shift + p + typing in reload ( in macOS ), but this does not help either. In the README it says;
So why is it not working? I think its a bit unclear/ambiguous what the 'Styled-Components Auto-Complete Method' in the package settings actually do. It says;
So does this toggle default CSS autocompletion, or not? But the highlighting seems to work just fine! So I ask a similar question to Bowfish, now 4 months and 11 days ago;
Any help would be appreciated! 🤷♂️👍🏼😅 |
use ctrl+e for windows |
Ctrl+E works on Mac too, thanks! It's quite an awkward shape to put your hand into though, is there a way to change the keymapping for this? I looked in the Atom keymapping settings but only found:
It would be great to get autocomplete working on 'Enter' similar to standard HTML files. |
I have the same problem. |
I'm new to atom. I installed language-babel and would like to use the autocomplete feature. It detects the correct file type, but the autocomplete feature doesn't work. Which settings do I have to apply that the autocomplete feature for JSX tags works?
The text was updated successfully, but these errors were encountered: