Skip to content

Custom views directory

Pre-release
Pre-release
Compare
Choose a tag to compare
@Julien-R44 Julien-R44 released this 26 Jul 11:14
· 55 commits to main since this 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