vscode-antlers-language-server icon indicating copy to clipboard operation
vscode-antlers-language-server copied to clipboard

Provides rich language features for Statamic's Antlers templating language, including code completions, syntax highlighting, and more.

Results 10 vscode-antlers-language-server issues
Sort by recently updated
recently updated
newest added

**Which Antlers Toolbox products are you requesting a feature for?** - [ ] Antlers Toolbox for VS Code - [x] Antlers Toolbox for VS Code Formatter - [ ] Formatter...

**Describe the bug** It formats the alternate switch() syntax in a very funky manner **Impacted Products** Which Antlers Toolbox products does this bug apply to? - [ ] Antlers Toolbox...

**Describe the bug** Additional new lines are being removed when formatted. **Impacted Products** - [x] Antlers Toolbox for VS Code **Versions and Other Plugins/Extensions** Antlers Toolbox for VS Code v2.6.7...

enhancement

**Describe the bug** Nested arrays are reduced to a single line. **Impacted Products** Which Antlers Toolbox products does this bug apply to? - [x] Antlers Toolbox for VS Code -...

I've been experimenting with a convention for props in Antlers partials using the view frontmatter. It would be useful to extend templates IDE hints with a comment syntax like the...

enhancement
needs documentation

**Which Antlers Toolbox products are you requesting a feature for?** - [ ] Antlers Toolbox for VS Code - [ ] Antlers Toolbox for VS Code Formatter - [ ]...

enhancement

**Describe the bug** When using an antler tag contains a string (in example using a ternary operator) within an HTML attribute value, it displays error type syntax highlighting. It appears...

**Which Antlers Toolbox products are you requesting a feature for?** - [X] Antlers Toolbox for VS Code - [ ] Antlers Toolbox for VS Code Formatter - [ ] Formatter...

**Describe the bug** The following code inline results in infinite incrementing **indentation** on save ```php {{# Extract Youtube Video ID #}} {{? preg_match('/(?:youtube\.com\/.*v=|youtu\.be\/|youtube\.com\/embed\/)([^&\/\?\#]+)/', $video_link, $matches); $videoId = $matches[1] ?? null;...

**Describe the bug** I generally use tabs for indentation. Prettier seems to incorrectly handle tabs in indentation of multi-line Antlers comments. Hopefully you can make out the whitespace indicators in...