-
Notifications
You must be signed in to change notification settings - Fork 274
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
duplicate opening "<" for snippet completions #99
Comments
I have the same problem. |
+1 |
The issue is happening for me too. |
And I have the same. |
step instalation is: before install this plugin, install emmet firstly. it's maybe can solve the problem. and the snippet is not require < again. |
The way the problem can be minimized is shown in one of the closed issues. Below the answer from @JasonMortonNZ :
|
Same problem for me. The proposition from raedlime is not convenient for me, as it makes the usual completion with <h3 for exemple bieng inactive Real problem :( |
The solution doesn't work for me. I tried both reinstalling and changing the user preferences as suggested but I still have the issue. Is there another solution? |
For me its working fine... |
Same issue here and outlined solution doesn't work for me either. |
+1 |
I'll add more info, only happens in linux, working as intended in osx and windows. |
No. It also happens for me on osX. |
+1 |
1 similar comment
+1 |
Please tell us on details to remove this duplicate < problem, it seriously poses a lot of problems |
SOLVED: DOCUMENTATION ERROR! Just started using this plugin, had the same issue and found the fix. Docs incorrectly state "start typing '<bs3' " instead of just "bs3". DONT use the "<" tag when typing, just start typing with "bs...". After confirmation (i.e when u hit ENTER or TAB key depending on ur editor), there should be no extra leading "<" character. Problem is "" in code snippets do not include leading "<" but starts from "bs...". So e.g if u type "<bs3-col" the plugin will decode only "bs3-col" leaving the "<" character behind. |
Let me/others know if this worked for you |
Now it is working as intended, thanks. |
This only works inside the tags, it does not work when it's outside. |
I use this in pure HTML and it works fine. Are u sure u have set ur preferences in sublime text to include: "auto_complete_triggers": [{"selector": "text.html", "characters": "bs3"}]. Ensure that u dont have any of ur autocomplete triggers set to capture <bs3 then u shd hav no problems |
Just tried it in CSS and js still good |
tell me how to check it, i am unable to find that in the sublime text menu, thanks |
Sorry for the late reply. Goto Preferences->Settings-user and after the last entry place a comma and add like so:
Save your changes and restart sublime text. Hope this helps |
Yes, it works, thank you, please include this in the installation documentation also. |
You're welcome will try |
Just Go to Preferences-->Settings-User and Add following line into the settings file. |
By setting correctly the filetype this is not needed, I can confirm in OSX, Linux and Windows. |
Reference snapshot
The text was updated successfully, but these errors were encountered: