Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Delphi Utils (beta)New to Visual Studio Code? Get it now.
Delphi Utils (beta)

Delphi Utils (beta)

Dontenwill AG

|
56 installs
| (0) | Free
Utilities for developing in Delphi using VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

delphi-utils README

Delphi programming language utilities

Features

  • .pas <-> .dfm swapping
  • .dfm -> .pas jumps with ctrl+click
  • Delphi Projects explorer with project tree view
  • Compiler support with multiple configurations

Extension Settings

This extension contributes the following settings:

Delphi Projects

  • delphi-utils.delphiProjects.projectPaths: Array of glob patterns specifying where to search for Delphi projects

    • Default: ["**"] (searches everywhere)
    • Example: ["src/**", "projects/**"] (searches only in src and projects directories)
  • delphi-utils.delphiProjects.excludePatterns: Array of glob patterns for paths to exclude from search

    • Default: ["**/__history/**", "**/.history/**"]
    • Example: ["**/temp/**", "**/backup/**", "**/bin/**"]

Compiler Configurations

  • delphi-utils.compiler.configurations: Array of Delphi compiler configurations
  • delphi-utils.compiler.currentConfiguration: Currently selected compiler configuration

Example Configuration

{
  "delphi-utils.delphiProjects.projectPaths": ["src/**", "projects/**"],
  "delphi-utils.delphiProjects.excludePatterns": ["**/temp/**", "**/__history/**", "**/backup/**"]
}

Known Issues

None so far.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft