You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just discovered Latte this afternoon, looks really great ! Sadly, I'm having some trouble using it with PHPStorm. After searching and trying things for hours, there I am to ask for some help !
Bug description
Expected behavior
Using {$var} in .latte file should not display any error
What's happening
{$var} causes PHPStorm to misbehave
Environment
PhpStorm 2021.3.3 (also tried downgrading to v2021.2.4, didn't work)
Plugin v1.1.5
To Reproduce
Steps to reproduce the behavior (or attach video):
Upgrade to PHPStorm 2021.3.3
Install Latte plugin using PHPStorm Marketplace
Reboot PHPStorm (even though it doesn't seem needed)
Making sure file are correctly recognized as latte files (guess yes since completion for loops etc works as intended)
Also had some Java errors with the IDE saying "Range Overlap". Sadly I could not understand when and why it was hapenning so I'm not concentrating too much on it right now
The text was updated successfully, but these errors were encountered:
Hello there !
Just discovered Latte this afternoon, looks really great ! Sadly, I'm having some trouble using it with PHPStorm. After searching and trying things for hours, there I am to ask for some help !
Bug description
Expected behavior
Using {$var} in .latte file should not display any error
What's happening
{$var} causes PHPStorm to misbehave
Environment
To Reproduce
Steps to reproduce the behavior (or attach video):
.latte
Example code
Screenshots
Example 1 in a block :
Example 2 standalone :
Additional context
Already tried :
The text was updated successfully, but these errors were encountered: