Giter VIP home page Giter VIP logo

Comments (22)

timothyis avatar timothyis commented on June 15, 2024 8

This is the biggest issue with using language-postcss in atom. Such an important feature.

from atom-language-postcss.

Njke avatar Njke commented on June 15, 2024 4

One quick (but dirty) workaround is to go ~/.atom/packages/language-postcss and replace all occurrences of .postcss to .css.

The reason is probably because there is no mention of *.postscss selectors in autocomplete-css.

from atom-language-postcss.

timothyis avatar timothyis commented on June 15, 2024 1

@tjkohli #30 is a duplicate of this issue.

from atom-language-postcss.

lmartins avatar lmartins commented on June 15, 2024

Thanks @azat-io

from atom-language-postcss.

azat-io avatar azat-io commented on June 15, 2024

No problem. 😄

from atom-language-postcss.

lmartins avatar lmartins commented on June 15, 2024

Actually it does't seem to make much difference in my install. Doest it provide all the css completions for you?

from atom-language-postcss.

steverandy avatar steverandy commented on June 15, 2024

I don't get property and value autocomplete as well. Using v1.1.0.

from atom-language-postcss.

c9rgreen avatar c9rgreen commented on June 15, 2024

Same issue for me (v1.7.2)

from atom-language-postcss.

2metres avatar 2metres commented on June 15, 2024

Wouldn't we need to add snippets like this: atom-language-css snippets

from atom-language-postcss.

azat-io avatar azat-io commented on June 15, 2024

I'm working on it 😃

from atom-language-postcss.

geoffreydhuyvetters avatar geoffreydhuyvetters commented on June 15, 2024

Is there a quick fix for this one?

from atom-language-postcss.

chrisallenmoore avatar chrisallenmoore commented on June 15, 2024

Is there any news on getting CSS code completion working?

from atom-language-postcss.

mikephilippstock avatar mikephilippstock commented on June 15, 2024

Same issue for me. Is there any fix so far? Version 1.3.0
Also checked the other topics - didnt work yet.

from atom-language-postcss.

tjkohli avatar tjkohli commented on June 15, 2024

Same issue. Atom 1.13.1, package version 1.3.0

from atom-language-postcss.

timothyis avatar timothyis commented on June 15, 2024

Any updates on this? 😞

from atom-language-postcss.

pixxx avatar pixxx commented on June 15, 2024

Same here, I'm craving this, and it's a must have for sure! Makes postCSS look like a chump right now in Atom xD

from atom-language-postcss.

tjkohli avatar tjkohli commented on June 15, 2024

This is also a duplicate of #30

from atom-language-postcss.

cantiero avatar cantiero commented on June 15, 2024

Same issue here (atom v 1.14.3, package v 1.3.0).

from atom-language-postcss.

dolbyzerr avatar dolbyzerr commented on June 15, 2024

Another extremely hacky solution would be installing local copy of autocomplete-css

apm install autocomplete-css

open this file

atom ~/.atom/packages/autocomplete-css/lib/provider.coffee

and patch hasScope function by adding extra condition, so function become

hasScope = (scopesArray, scope) ->
  scopesArray.indexOf(scope) isnt -1 or scopesArray.indexOf(scope.replace(/\.css$/, '.postcss')) isnt -1

from atom-language-postcss.

jessy1092 avatar jessy1092 commented on June 15, 2024

After Atom 1.20 release. Now can auto complete with autocomplete-css package. Related with atom/autocomplete-css#80

I think it solved this issue 😄

from atom-language-postcss.

steverandy avatar steverandy commented on June 15, 2024

I can confirm that it also works on Atom v1.21.

from atom-language-postcss.

rudolfschmidt avatar rudolfschmidt commented on June 15, 2024

Hey Atom 1.33.1 here and it does not work. Need PostCSS to have autocomplete.

from atom-language-postcss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.