Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbjorge/vscode-reporting-formula-editor
Visual Studio Code extension for the Exago formula language
https://github.com/dbjorge/vscode-reporting-formula-editor
Last synced: 1 day ago
JSON representation
Visual Studio Code extension for the Exago formula language
- Host: GitHub
- URL: https://github.com/dbjorge/vscode-reporting-formula-editor
- Owner: dbjorge
- License: mit
- Created: 2018-02-18T08:18:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T07:49:20.000Z (over 6 years ago)
- Last Synced: 2024-10-20T07:44:33.778Z (19 days ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# reporting-formula-editor
Unofficial support for [Exago](http://www.exagoinc.com) report formulas,
and particularly with PetPoint's Enterprise Reporting built on top of them.Uses files with the **.rptf** extension.
Neither I nor this extension are affiliated with or supported by Exago, Inc.
## Features
### Syntax highlighting
Understands all the default Exago functions/operators, as well as all the
additional functions provided by PetPoint's implementation.Also understands `// single-line` and `/* multi-line */` comments - Exago does
not understand these, but the Export to Clipboard feature understands how to
strip them.### Export to Clipboard
Adds a `Ctrl+P` command for **Export to Clipboard**, which exports the formula
without newlines/whitespace/comments, suitable for pasting directly into a
report cell in Exago.## Planned/In-Progress Features
### Formatting
Standard **Format Document** support; the reverse of Export to Clipboard
## Requirements
none
## Extension Settings
none
## Known Issues
none
## Release Notes
Users appreciate release notes as you update your extension.
### 1.0.0
Initial release, with Syntax Highlighting and Export to Clipboard