PLangHQ / plang.vscodeextension

Visual Code Extension
GNU Lesser General Public License v2.1
0 stars 0 forks source link

PLang Extension

Overview

This extension enhances the development experience in plang by providing an improved overview and debugging capabilities. As this is the initial version, we appreciate your understanding regarding its current quality. Our goal is to eventually transition the entire IDE to be developed in plang.

Get the extension at the VS Code Marketplace

plang logo

Features

Sidebar in .goal Files

When you open a .goal file in Visual Studio Code, a dedicated sidebar will be available, offering the following features:

If you cannot see the sidebar, go to "View" -> "Open View..." -> "PLang"

Screenshot of the VS Code plang extension

Debugging .goal Files

Screen shots

Variables

View the variables at runtime

View the variables at runtime

Debugger:

Step through your code

Debugger

What actually happens:

You can confirm what will happen before executing your code. The details

The details

IDE

Your overview.

IDE

Visit us