PascalABC.NET for VS Code
The official extension provides full-featured PascalABC.NET support in Visual Studio Code.
Download the Extension
You can download the extension from the PascalABC.NET downloads page or directly as a VSIX file:
Download PascalABC.NET Extension 0.4.0 for VS Code →
Installation in Visual Studio Code
- Download the
pascalabc-net-0.4.0.vsixfile. - In Visual Studio Code, open View → Extensions.
- Click the … button in the EXTENSIONS header.
- Select Install from VSIX….
- Select the downloaded extension file.
Extension Features
The extension uses a dedicated Language Server integrated with the PascalABC.NET semantic analyzer and provides:
- code suggestions;
- member completion after a dot;
- Hover information about types and program elements;
- Signature Help for procedures, functions, and methods;
- display of compilation errors;
- program compilation and execution;
- selection of the target platform: .NET Framework 4.7.2 or .NET 10.
.pas file, opening a file, and saving a file.