Delphi extension to allow full developer tooling for Delphi in VSCode.
Features
Building and running projects
Syntax highlighting
LSP Integration
Snippets
Requirements
Delphi 11 installed
Project LSP config generated with Delphi
In Delphi: Tools > Options > User Interface > Editor > Language (pick Delphi from the dropdown ) > Code Insight and turn on ‘Generate LSP Config’, and close and reopen your project.
Extension Settings
delphi.bin Path to delphi bin folder. Defaults to newest installation.
delphi.serverType Defines the operation mode
delphi.agentCount Defines the number of sub processes (agents) when serverType is controller. If agentCount > 1 then one process will be dedicated to Error Insight