Matouš Němec

Results 27 comments of Matouš Němec

This is hard to fix in this plugin. It is fixed in Pro plugin: https://plugins.jetbrains.com/plugin/19661-latte-pro here is migration guide from free plugin: https://mesour-intellij-plugins.github.io/latte.html#migration

Indexing will be removed in next version

@seyvillas-morteza yes, this plugin is not optimised for performance. I didn't know how to work with the IntelliJ Plugin SDK when I updated this plugin. When I learned this, I...

Indexes will be removed in next version

Hi, it will be in some time. Now I'm developing experimental version which using npm packages containing JS and CSS files for components. This CSS is compiled from scss files....

Hello, yes it can: ``` $dnsRecordSet = $checker->getDnsRecordSet('example.com', DNS_NS); ```

@SendiMyrkr Hello, classes without namespace must be prefixed with `\`. Otherwise, the plugin has no way to detect that it is a class name. Try: ``` {varType \WeekSchedule $weekSchedule} ```

@SendiMyrkr yes, now I'm seeing it. It is a bug, thank you for reporting.

Code completion for methods will be removed in next version Use Pro plugin: https://plugins.jetbrains.com/plugin/19661-latte-pro here is migration guide from free plugin: https://mesour-intellij-plugins.github.io/latte.html#migration