-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Blue Formatter For LabVIEW by SAS Workshops - Toolkit for LabVIEW Download
Blue - Like Black, but for LabVIEW
Version | 2.1.1.340 |
Released | Nov 12, 2024 |
Publisher | SAS Workshops |
License | MIT |
LabVIEW Version | LabVIEW>=24.3 |
Operating System | Windows, Mac, and Linux |
Dependencies | wiresmith_technology_lib_g_cli felipefoz_lib_lv_rainbow_terminal |
Project links | Homepage Documentation Repository Discussion |
Description
An autoformatter for LabVIEW inspired by Python's Black, LabVIEW's own Nattify and Felipe Silva's experiments.
It is run as a G-CLI Tool.
In it's simplest form:
g-cli blue -- "Directory to Format"
It will find all VIs in the directory and run a set of autoformatting steps on them, similar to the Nattify Steps (in fact in the beginning exactly the Nattify, hopefully to be expanded in the future.)
For more info, see the readme here: https://gitlab.com/sas-blue/blue
Release Notes
2.1.1.340
(Nov 12, 2024)
- Added caching for .blueignore file contents. Previously was reading them once for each file. Very inefficient. Now just reads them all one time at the beginning and condenses it all into a map for each directory.
- Updated wording in CLI output to reference Steps, not Tests.
sas_workshops
was a contributor to this release