Hello everybody,
I would like to set abbreviations for LaravelBlade language in right way.
LaravelBlade is template language for PHP, abbreviations should be managed by current language, not by extension.
So when snippets are in “Abbreviations\LaravelBlade”… it should work, but it not.
“Abbreviations\PHP\LaravelBlade”, also tried and it not work too.
“Abbreviations\General\LaravelBlade” works of course, but there is possible collision of abbreviations.
I would like to take advantages of snippets on max level.
I`m wondering if there is some confusion with *.php extension and used LaravelBlade language.
Used Komodo IDE 8.5
Is there any way how make it work correctly ?
The way the abbreviations were implemented, they are indeed based on language as you’ve already noticed. Laravel isn’t a language though, it’s a PHP framework.
Is there a reason your snippets can’t go under Abbreviations/PHP without LaravelBlade?