Vendor Profiles¶
Vendor profiles tune authoring, parsing, formatting, and migration expectations for real PLC ecosystems.
Pick the profile by starting point¶
| If your codebase looks like... | Use profile |
|---|---|
| CODESYS / Beckhoff / TwinCAT family ST | codesys, beckhoff, or twincat |
| Siemens SCL/TIA style | siemens |
| Mitsubishi GX Works3 | mitsubishi or gxworks3 |
What lives in a vendor path¶
vendor_profilevalue intrust-lsp.toml- formatting and naming expectations
- common diagnostics and quick fixes
- known migration limits
- example project links
Safe migration checklist¶
- Set the profile in
trust-lsp.toml. - Reformat one representative file.
- Review diagnostics and warnings.
- Build and validate the project.
- Commit the formatting/profile change separately from logic edits.