f / atom-bootstrap3

Twitter Bootstrap 3 Snippets for Atom
MIT License
80 stars 34 forks source link

Snippets Expand by Tab not working #13

Open casperwilkes opened 9 years ago

casperwilkes commented 9 years ago

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.

empz commented 9 years ago

Same here.

Atom 0.187.0 atom-bootstrap 1.2.0

nikolaiwu commented 9 years ago

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

pietrondo commented 9 years ago

same problem

atom: 0.194.0 atom-bootstrap 1.2.0

pietrondo commented 9 years ago

same problem with github version

dtlvan commented 9 years ago

It seems there's a conflict with Emmet if you have it installed. Try to disable Emmet and try again.

thiagolucio commented 9 years ago

Same problem. Im my case that extension is the only instaled. The version is 0.201

thiagolucio commented 9 years ago

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.

Janghou commented 9 years ago

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

lklancir commented 9 years ago

Have you tried restarting Atom? When you add packages after install do a hard reset so he can preload all the snippets :)

njanik commented 9 years ago

Same problem here.

Atom 1.0.7 atom-bootstrap 1.2.10

I have restarted Atom, but still no snippet.

JShilpa commented 8 years ago

I had similar problem but restarting Atom solved it.

LachezarTomov commented 8 years ago

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.

Fenici commented 8 years ago

same issues here , is anyone solve it ?

RadianSmile commented 8 years ago

same issyes here.

anandshah05 commented 8 years ago

Solved after disabling emmet I am using atom 1.7.3

anandshah05 commented 8 years ago

Trying if i can get both work togather

pky858 commented 8 years ago

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.

MarvinXu commented 7 years ago

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.

McFarJ commented 6 years ago

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

Jujunol commented 4 years ago

~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