Custom views directory
Pre-release
Pre-release
Changes
-
Added support for custom views directory. With Adonis projects, you can define a custom folder that will holds your template like :
{ "directories": { "views": "templates" }, }
this is now handled by the extension. your links and autocompletion will work correctly
-
Fixed bug that highlighted
@!section
and@slot
as custom components