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

Doesn't seem to be working or I'm doing something wrong #21

Open
1-800-jono opened this issue Sep 2, 2014 · 7 comments
Open

Doesn't seem to be working or I'm doing something wrong #21

1-800-jono opened this issue Sep 2, 2014 · 7 comments

Comments

@1-800-jono
Copy link

I'm using sprint 42 experimental build 0.42.0-13957 (Mac - Mavericks) and I don't see any Class or Id hints in my CSS.

Seemed like a great plugin but just letting you know it's not working here.

@iuliangcata
Copy link

It seems to be having problems depending on how you import your css. Assume this structure:
/root/project/map/index.html
/root/project/css/index.css

If you include the css this way "/project/css/index.css" it won't work. It somehow forces you to include it this way "../css/index.css". This updir thing is quite bad practice I think, but for now, it's the only way of enabling autocomplete.

@jzmstrjp
Copy link

jzmstrjp commented Jul 1, 2017

I fixed this bug to work with root path.
I pulled request.

@schroef
Copy link

schroef commented Aug 30, 2018

@jzmstrjp doe you perhaps understand why with bigger projects its freezing brackets for about a minute orso. Is that due to the caching which is being done orso?

@jzmstrjp
Copy link

@schroef
Sorry, but I don’t know...

@schroef
Copy link

schroef commented Sep 1, 2018

Okay thank, was worth a try. I started cleaning folder because it was full of unused css. That speeded up things quite a bit. This things is really super handy

@jzmstrjp
Copy link

jzmstrjp commented Sep 1, 2018

@schroef
If link tag doesn’t exist in the html file, This extension checks all css file in current project. It’s may be slowly in big project.

@schroef
Copy link

schroef commented Sep 1, 2018

what do you mean by link tag, you mean a linked css how you normally link css files?

All my css is done in that manner, best possible way to do it

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

4 participants