https://github.com/architect/vscode-extension
Official VS Code extension for Architect, including syntax highlighting for the Architect file format (app.arc, .arc, config.arc, and prefs.arc)
https://github.com/architect/vscode-extension
Last synced: 4 months ago
JSON representation
Official VS Code extension for Architect, including syntax highlighting for the Architect file format (app.arc, .arc, config.arc, and prefs.arc)
- Host: GitHub
- URL: https://github.com/architect/vscode-extension
- Owner: architect
- License: apache-2.0
- Created: 2021-09-09T02:38:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T00:08:16.000Z (about 4 years ago)
- Last Synced: 2025-02-25T07:15:59.101Z (over 1 year ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=architect.architect
- Size: 118 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: .github/code_of_conduct.md
Awesome Lists containing this project
README
# Architect for VS Code


Full support for all standard OpenJS Architect file format values, including:
- Pragmas
- Scalar values: (`string`, `number`, `boolean`)
- Complex values: (`array`, `vector`, `map`)
- Comments (of course)
Automatically detects common Architect files, including:
- `app.arc` + `.arc` - primary project manifests)
- `prefs.arc` + `preferences.arc` - local Sandbox preferences, including env vars
- `config.arc` + `.arc-config` - function configs
[Learn more about the Architect format here](https://arc.codes/docs/en/guides/get-started/project-layout)