atom / autocomplete-css

CSS property name and value completions
MIT License
69 stars 75 forks source link

Stylus support would be really nice #2

Open nekitk opened 9 years ago

nekitk commented 9 years ago

I see SCSS and Less are supported. Just wonder if it is possible to add Stylus support too? Even bracketed SCSS-ike syntax would do.

mehcode commented 9 years ago

@nekitk You'll want to look at https://github.com/matthojo/language-stylus/issues/28 --- this package would work great if language-stylus tagged the source appropriately

nathanhornby commented 9 years ago

Adding my interest in this - I only need access to the auto-complete suggestions, surely this is as simple as adding an extension to a watch list or similar?

As it is I get those single-character suggestions that I'm not a fan of. i.e. 'br' will make 'border-right' available (but typing 'bord' will give me nothing…).

b-za commented 9 years ago

Thanks for creating this.

Would be really nice to have stylus support.

exdeniz commented 9 years ago

+1

ilyashubin commented 9 years ago

+1

badlydrawnrob commented 8 years ago

+1

mehcode commented 8 years ago

Should be all good to go once both the mentioned PRs get merged in. :+1:

robahl commented 8 years ago

Yea! +1

ghaschel commented 8 years ago

It would be great to have an option to disable both colon and semicolon when using stylus... =)

yuriyyy commented 8 years ago

Yess!!!!!!!!!!!!!!!! +10

focused commented 8 years ago

I use this package https://github.com/matthojo/language-stylus. It worked, but after atom update autocomplete-css inserts colons and semicolons, and stylus snippets are not visible in dropdown anymore, how to prevent this?

DimitryDushkin commented 8 years ago

+1 for disable auto add colons and semicolons

dimensi commented 8 years ago

+1 for disable auto add colons and semicolons too!

KendoJaaa commented 8 years ago

+1 for disable auto add colons and semicolons too!

danielmalmros commented 8 years ago

+1 for disable auto add colons and semicolons too!

ilkome commented 8 years ago

+1 for disable auto add colons and semicolons too!

TheTourer commented 8 years ago

+1 for disable auto add colons and semicolons too!

dimensi commented 8 years ago

A year has passed, but the issue not yet decided what kind of shit?

mehcode commented 8 years ago

A year has passed, but the issue not yet decided what kind of shit?

That certainly isn't going to motivate anyone. Open source moves by everyone's collective work.


I do want to apologize to people here as I got this about 80% of the way there and haven't had time to finish it yet.

focused commented 8 years ago

Thank you for your work, hope to see the issue solved soon.

danielmalmros commented 8 years ago

We are a lot of frontend developer where I work and we love ATOM but every time we start on a new project which stylus is used we jump back to sublime or brackets , which is a shame. Hope to see a stylus solution for autocomplete soon.

finnbuster commented 8 years ago

This package is working for me in the mean time https://atom.io/packages/autocomplete-css-with-stylus-support

focused commented 8 years ago

@finnbuster Thank you! It works!

P.S.: install it in terminal: "apm install miraks/autocomplete-css"

Hum4n01d commented 7 years ago

+1

B-lvlax commented 7 years ago

+1

ferdieperante commented 7 years ago

+1

aharris commented 7 years ago

+1

finnbuster commented 7 years ago

disabling the built in css autocomplete is also necessary

matheus-moreira commented 7 years ago

+1 for disable auto add colons and semicolons too!

daniel-shuy commented 7 years ago

+1 I would rather live with the automatic colon/semicolon insertion if that would mean getting this feature earlier. https://atom.io/packages/autocomplete-css-with-stylus-support doesn't compare to this at all.

@mehcode Appreciate all the work done so far