billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

Support for property values autocomplete #31

Closed cooolbasha closed 8 years ago

cooolbasha commented 10 years ago

image

I have the snippets too installed. should I uninstall and reinstall from wbond again. as I don't get any drop down for eg..float should drop down as right,left,etc...

billymoon commented 10 years ago

Perhaps there is a conflict with another plugin. Do you have any other auto-complete plugins installed?

grassator commented 10 years ago

Yes, this is not implemented and I'm not sure it's a good idea to do this, but I'm open to discussion.

cooolbasha commented 10 years ago

in sublime can we just say this file is also like css(along with stylus) so we can get the drop down that css gets..I don't know if it is as simple as that . @billymoon I will check on if there any other plugins.

grassator commented 10 years ago

Porting this functionality may require significant time investment especially considering that original CSS plugin lacks some of the latest properties and also doesn't support compound properties very well.

marcucio commented 10 years ago

+1, this would make development faster and less prone to error. Most of my .styl files looks like css.

grassator commented 10 years ago

I've thought about this feature for a while now and I will not implement it myself, but pull requests are more than welcome. Original completion plugin from CSS package can be used as a reference but since Stylus has indentation-based nesting it's going to be somewhat trickier to do.

andremacola commented 9 years ago

Using LESS syntax for auto complete to work.. but Stylus colors is lost

utsavdevsharma commented 8 years ago

Anyone landing on this thread to get autocomplete working, this works great for me - https://github.com/lnikell/stylus-clean-completions

grassator commented 8 years ago

@utsavdevsharma Thank you. With your comment I consider this thread closed.