Skip to content
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

.sublime-completions not working for me? #3

Closed
leecade opened this issue Jun 18, 2012 · 3 comments
Closed

.sublime-completions not working for me? #3

leecade opened this issue Jun 18, 2012 · 3 comments

Comments

@leecade
Copy link

leecade commented Jun 18, 2012

.sublime-completions dosn't work, but .sublime-snippet is ok, strangely!

I copy AndyCSS.sublime-completions to Packages/User/AndySublime,

Then try in test.css... nothing happened

Is there any possible reasons?

dev build: 2200

@agibsonsw
Copy link
Owner

Hello.
Is there an error message in the Console? Ctrl -' (apostrophe) will display the console.
Do you get completions in a PHP file? If not, then it may be your settings. That is, you may have a setting that disables all completions (but not snippets).
Do you have other plugins installed? ZenCoding in particular may conflict with the completions. Otherwise, try disabling your plugins one-by-one to see which one might be conflicting.

Let me know how you get on. Andy.

@leecade
Copy link
Author

leecade commented Jun 19, 2012

I try modifying:

"scope": "source.css, meta.property-list.css, source.sass, source.scss",

to

"scope": "text.css, meta.property-list.css, source.sass, source.scss",

can be loaded

ref: http://docs.sublimetext.info/en/latest/extensibility/completions.html

"scope": "text.html - source - meta.tag, punctuation.definition.tag.begin",

not sure yet...

@agibsonsw
Copy link
Owner

Original poster has not reported back, so assume it has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants