Skip to main content

User Guide

Welcome to the BBj Language Server extension for Visual Studio Code. This guide covers everything you need to know to install, configure, and use the extension effectively.

What is BBj Language Server?

The BBj Language Server provides comprehensive IDE support for BBj development, including:

  • Intelligent code completion for BBj keywords, functions, and Java classes
  • Real-time validation to catch errors as you type
  • Code navigation with Go to Definition and Find References
  • Hover documentation for functions and classes
  • Built-in commands to run, compile, and manage BBj programs
TopicDescription
Getting StartedInstallation and initial setup
FeaturesOverview of all extension features
ConfigurationVS Code settings reference
CommandsKeyboard shortcuts and commands

Requirements

  • VS Code 1.67.0 or higher
  • BBj 25.00 or higher
  • BBjServices running locally
  • Java 17 or higher

Getting Help