Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>foxpro-linterNew to Visual Studio Code? Get it now.
foxpro-linter

foxpro-linter

Watertight

|
1 install
| (0) | Free
A language server for VFP
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This probably doesn't cover ALL cases, especially as it gets to macro substitution.

Developing the LSP

  • Run npm install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • run npm run dev to start developing
  • Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).
  • Select Launch Client from the drop down (if it is not already).
  • Press ▷ to run the launch config (F5).
  • In the Extension Development Host instance of VSCode, open a .prg file
  • The grammar file can be found at server/src/foxpro.pegjs

Structure

.
├── client // Language Client
│   ├── src
│   │   ├── test // End to End tests for Language Client / Server
│   │   └── extension.ts // Language Client entry point
├── package.json // The extension manifest.
└── server // Language Server
    └── src
        └── server.ts // Language Server entry point
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft