Skip to content

blade.php is not supported #83

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

Closed
saidbakr opened this issue Sep 7, 2017 · 4 comments · Fixed by #95
Closed

blade.php is not supported #83

saidbakr opened this issue Sep 7, 2017 · 4 comments · Fixed by #95

Comments

@saidbakr
Copy link

saidbakr commented Sep 7, 2017

In Laravel projects blade.php files is not supported. i.e there is no autocomplete list of CSS classes.
Version: 1.9.0, VScode 1.15.1, Ubuntu Linux 16.04, Laravel 5.4 Project.

@zignd
Copy link
Owner

zignd commented Sep 9, 2017

Just tried it on a PHP file and it worked. How does this blade.php file differs from regular PHP files? Sorry, but I'm not versed in PHP.

@WaqasIbrahim
Copy link
Contributor

There is no single file named blade.php in Laravel. The templating engine used for Laravel views is Blade so all Blade view files use the .blade.php file extension.

@saidbakr Are you using SCSS to generate CSS?

@DanJFletcher
Copy link

I have the same problem. The extension can pick up all of my CSS classes in any .php or .html file but it won't work inside of blade templates. I'm also using SCSS btw.

@lamberttraccard
Copy link

Same for me.

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

Successfully merging a pull request may close this issue.

5 participants