JetPascal Sneak Preview

JetPascal is a modern code assistant for Delphi developers. The first release will include navigation and search. Code completion, refactoring and more features are scheduled in future updates.

Go to File

  • Go to file/form in current project group
  • Go to source file in the search paths

gotofile

Go to Project

  • Go to project in current project group
  • Go to recently closed project/project group

gotoproject

Go to Symbol in Editor

Go to symbol in active Delphi source file with live preview.

gotosymbol

Go to Symbol in Editor (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

gotosymbol-designer

Go to Symbol in Workspace

Go to symbol in the project (including symbols in the used units)

gotosymbol-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]

goto-chain

Go to Definition / Peek Definition

definition

Go to Type Definition

type-definition

Go to Base Symbols

goto-base

Go to Derived Symbols

goto-derived

Go to Implementations

goto-implementations

Go to Containing Declaration

goto-containing-decl