Skip to content

Views

The UPcode extension adds several dedicated views and panels to Visual Studio Code. These provide an integrated UP modelling experience directly within the editor.


Actifsource Project Explorer

The Actifsource Project Explorer is a dedicated sidebar view that displays all UP resources in your workspace. It provides a structured tree view of your UP model, showing projects, controllers, configurations, and other resources.

Open the Actifsource Project Explorer via the activity bar on the left side of VS Code.

Actifsource Project Explorer


Model Inconsistencies

The Model Inconsistencies view shows validation errors and inconsistencies detected in the UP model. When the model contains invalid configurations or broken references, they appear here with details on the affected resource and the nature of the problem.

Model Inconsistencies view


Code Generation

Triggering Generation from the Explorer

Code generation can be triggered directly from the standard VS Code Explorer view. Right-click any relevant file or folder and select the generate action from the context menu.

Triggering code generation from VS Code Explorer


Output: Actifsource Generator

The VS Code Output panel provides a dedicated Actifsource Generator channel. Select this channel from the dropdown to see the generator log output during code generation. This is useful for diagnosing generation issues or confirming that generation completed successfully.

Open the Output panel via View > Output (Ctrl+Shift+U), then select Actifsource Generator from the channel dropdown.

Actifsource Generator output channel