Open casperwilkes opened 9 years ago
Same here.
Atom 0.187.0 atom-bootstrap 1.2.0
I have the same problem. I also use Emmet, so my guess is that they do not like each other.
Atom 0.190.0 atom-bootstrap 1.2.0
same problem
atom: 0.194.0 atom-bootstrap 1.2.0
same problem with github version
It seems there's a conflict with Emmet if you have it installed. Try to disable Emmet and try again.
Same problem. Im my case that extension is the only instaled. The version is 0.201
I ended up taking the ZIP package on github and picked up directly in code what interested me and played directly into my snippets file. I think we should assess it for so eliminates what does not wish.
Had the same problem. Atom1.0 Ubuntu. Expanding does not work.
Emmet is not the problem IMHO.
Renaming/Deleting html.completion.cson to html.completion.cson_bla in the settings folder (.atom/packages/atom-bootstrap3/settings) solved the issue
Have you tried restarting Atom? When you add packages after install do a hard reset so he can preload all the snippets :)
Same problem here.
Atom 1.0.7 atom-bootstrap 1.2.10
I have restarted Atom, but still no snippet.
I had similar problem but restarting Atom solved it.
I had the same problem. Atom 1.3.2 atom-bootstrap 1.2.12 I restarted, but still no snippet. Than disabled Emmet and all works.
same issues here , is anyone solve it ?
same issyes here.
Solved after disabling emmet I am using atom 1.7.3
Trying if i can get both work togather
Restart the Atom terminal... it's working fine. I am using Atom 1.7.3. and it's working fine with bootstrap . After installing atom-bootstrap3 restart Atom . it's start working fine.
my snippets can only expand by enter.
I tried using safe mode and it all works fine, it seems Emmet conflicts with atom snippets. I am trying using Emmet snippets instead.
My html snippets don't work even when I disable Emmet/restart Atom. Each html snippet creates two new drop down menu options when I begin typing in the html file, one for the 'prefix', and one for the snippet name. The options are only simple text completion though; they don't result in the 'body' outputting when tabbed (they also don't work by enter, as suggested above).
My snippets for CSS and SCSS files work however, so I'm at a loss. Aside from Emmet I've downloaded no packages to effect html files. I'm using version 1.22.1
Sample .cson:
'.source.html':
'font_awesome':
'prefix': 'fontawesome'
'body': '<script src="https://use.fontawesome.com/e1ad05axxx.js"></script>'
'tessst':
'prefix': 'tessxst'
'body': '<it works>'
Presently just typing/copying & pasting html snippets, while crying
~Expiriencing the same issue but don't want to disable emmet.. kinda wish that I could do CMD
+P
to do a snippet insert...~
Edit: I was missing a period prefix in the scope .text.html.php.blade
When I type
html-
+tab
nothing happens. I've gone over my settings, i don't see anything wrong. I'm new to atom, so it may be something I'm missing, but it seems pretty self-explanatory. I cannot get any of the snippets from this package to work. I've disabled, uninstalled, reinstalled, restarted Atom. I can't seem to get this working.Any help appreciated. Thanks.