I've installed both FreePascal compiler and OmniPascal extension for VisualStudio code, but code completion doesn't work. In the manual you are saying that I need to write the path to Delphi compiler int the user settings, but nothing is said about FPC.
标签:
omnipascal
相关问题
- How do install OmniPascal into vscode
- How do I get OmniPascal to integrate with LLDB on
- How to make OmniPascal work with FPC?
- Ordner nicht angegeben with OmniPascal in VSCode
omnipascal.freePascalSourcePath
setting to the folder that contains the FreePascal sourcesomnipascal.defaultDevelopmentEnvironment
setting toFreePascal
Example:
This will instruct the OmniPascal language server to lookup Pascal units (
.pas
and.pp
files) in that directory and all its subtrees recursively.