Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>ZAB ERP File SupportNew to Visual Studio Code? Get it now.
ZAB ERP File Support

ZAB ERP File Support

jidni911

|
11 installs
| (0) | Free
Formatter and syntax highlighting for .menu, .column, .def, .list, and .screen files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ZABERP on VSCode

Features

  • Syntax Highlighting for ZABERP menu, column, and def files
  • Auto Formatting for ZABERP menu, column, and def files

Requirements

  • VSCode 1.60.0 or higher

Extension Settings

This extension does not have any settings.

Known Issues

  • None

Release Notes

See CHANGELOG.md

Contributing

Contributions are welcome! Please open an issue or a pull request.

Development Requirements

To contribute to the development of this extension, ensure you have the following setup:

  1. Node.js: Version 14.x or newer is recommended. You can download it from the official Node.js website.
  2. Visual Studio Code: Version 1.60.0 or higher. Download it from the official Visual Studio Code website.
  3. Git: Install Git for version control. You can download it from the official Git website.
  4. TypeScript: Make sure you have TypeScript installed globally by running npm install -g typescript in your terminal.
  5. Install JS Beautify by running npm install js-beautify in your terminal.
  6. Install esbuild by running npm install --save-dev esbuild in your terminal.
  7. Run npm run bundle from the command line and then press F5 to run and debug the extension

Ensure these dependencies are installed and properly configured on your development environment before starting.

Installation

  1. Open VSCode
  2. Press Ctrl + Shift + X on Windows/Linux or Cmd + Shift + X on macOS to open the Extensions panel
  3. Search for "zaberp" in the Extensions panel
  4. Click the "Install" button
  5. Wait for the extension to finish installing then reload VSCode by clicking the "Reload" button or pressing Ctrl + R on Windows/Linux or Cmd + R on macOS

Compilation Guide

  1. Install Node.js from https://nodejs.org/en/download/

  2. Install Visual Studio Code from https://code.visualstudio.com/

  3. Install the Extension Development Kit from the Extensions panel

  4. Open the repository in VSCode

  5. Press Ctrl + Shift + B on Windows/Linux or Cmd + Shift + B on macOS to compile the extension

  6. Run npm run bundle from the command line to build the extension

  7. Run vsce package from the command line to package the extension

TODO

  1. menu -formatting -syntaxing -routing -snippet
  2. screen -formatting -syntaxing
  3. list -formatting -syntaxing -routing* -snippet
  4. def -formatting -syntaxing -routing* -snippet
  5. column -formatting -syntaxing -?? -snippet

fix def file definition inside foreign key block

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft