This extension provides some helpers for working on projects within the Puls Atlas ecosystem.
Snippets
This extension provides some snippets for common tasks when working with Atlas.
Formatting
PHP
This extension provides a formatter for PHP files. It uses prettier and @prettier/plugin-php to format PHP files through the standard VS Code formatting pipeline.
To use it on save:
Set Atlas as the default formatter for PHP files.
Enable editor.formatOnSave in VS Code.
The atlas.php.formatOnSave setting can be used to enable or disable the Atlas PHP formatter without changing your editor-wide format-on-save preference.
Syntax highlighting
OLAP pipe configuration files
Files with the extension .pipe will be recognized as OLAP pipe configuration files and code highlighting will be applied.