Create A New Project¶
Create a new project from an empty folder.
What gets created¶
Structured Text: New Project currently creates:
my-plc/
trust-lsp.toml
src/
Main.st
It does not create a full runnable project yet.
Setup steps¶
- Run
Structured Text: New Project. - Confirm you got
src/Main.standtrust-lsp.toml. - Run
Structured Text: Create/Select Configuration. - Add
runtime.toml. - Add
io.toml. - Build and validate before trying to run.
Minimum Useful Project Shape¶
my-plc/
runtime.toml
io.toml
trust-lsp.toml
src/
Main.st
configuration.st
Shortcut: start from a tutorial¶
If you want a faster start than empty-folder bootstrapping, use: