Showing 10 of 2,055 results.

Paginated Comments | Responses and Replies

…nt thread, simply add the paginate="true" and a limit to your responses tag: 1 {{ meerkat : responses limit = " 10 " paginate = " true " }} 2 <!-- The rest of your code goes here. --> 3 {{ /meerkat : responses }} The value supplied to limit...

withDefaultCompilerOptions | Compiling Workspaces

Removes any custom compiler options and restores the workspace to defaults. 1 <?php 2 3 use Stillat \ BladeParser \ Workspaces \ Workspace ; 4 5 public function withDefaultCompilerOptions ( ) : Workspace ;

Formatting

The Antlers formatter is an opinionated formatting tool built on top of js-beautify , and remains compatible with most of the default settings provided by Visual Studio Code.

getFileCount | Workspaces

Returns the number of template files discovered in the workspace. 1 <?php 2 3 public function getFileCount ( ) : int ;

Reloading Project Details | Getting Started

…ificant changes to your project's blueprints, globals, etc. and have Visual Studio Code open to just the resources/ directory, you may want to force the extension to reload your project's details. This can be done from Visual Studio Code's...

Installing Dependencies | Contributing

Once your environment has the required software and tools available, we must download the source code for both the Visual Studio Code extension and the language server. To do this, either clone or download the...