Intelligent Code Assistant for Delphi Developers
This Delphi IDE version of JetPascal continues to be available for existing customers and will receive essential maintenance.
We are currently focusing on the next-generation JetPascal, designed for VSCode with a modern architecture and long-term roadmap. If you are an existing customer, you are still fully supported.
The goal of JetPascal™ is to be a fast, reliable, and intelligent code assistant for Delphi developers, supporting both RAD Studio and Visual Studio Code.
Features
Go to File
- Go to file/form in current project group
- Go to source file in the search paths

Go to Project
- Go to project in current project group
- Go to recently closed project/project group

Go to Symbol in Editor
Delphi Source File

Form Designer
- Go to component in current form designer
- Go to property of a component (Use
@.for current component) - Go to event of a component
- Create handler for the selected event

Go to Symbol in Workspace

Chained Search
- Go to specific position in a file:
file:line[,col] - Go to symbol in a source file:
file@symbol[.member] - Go to component, property or event in a form:
form@component[.prop]

Go to Definition / Peek Definition
Tip: Press Alt + ` to open NavigateTo from the symbol under the cursor.

Go to Type Definition

Go to Base Symbols

Go to Derived Symbols

Go to Implementation

Go to Containing Declaration

Limitation
The current version doesn’t yet support compiled units or packages (DCUs/DCPs). Instead, it compiles source files within projects, utilizing all search paths—including global browsing paths. We plan to add DCU/DCP support once work on completion features is underway.