BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
5 stars 0 forks source link
formatter openedge-abl vscode-extension

AblFormatter

VSCode extension for Progress OpenEdge code formatting.

This extension uses tree-sitter-abl implementation by Kamil Jakubus. TODO: add links

Current status

This is an early preview. Currently, the formatter is not ready for the public release. You can only download it here and install from vsix file. In a few months we should be able to release it to the marketplaces.

TODO: Add gif here

Features

At the moment we implemented formatting logic for these language features:

Configuration

We implemented extensive settings configuration to allow users to easly tailor the experience to their needs. This might not be the case in the future.

TODO: link a separate file with settings

Installation

Download the extension vsix file from GitHub repository and install it on your machine.

How to install from vsix?

Usage

Alowed file extensions:

Commands:

Debuging

Contributing

Registering formatter issues

Fixing yourself

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes and push to your branch.
  4. Submit a pull request to the main repository.

License

This project is licensed under the APACHE 2.0 License - see the LICENSE file for details.