https://github.com/alan-platform/alanforvscode
Alan syntax and tools for VS Code
https://github.com/alan-platform/alanforvscode
alan typescript vscode-extension
Last synced: 3 months ago
JSON representation
Alan syntax and tools for VS Code
- Host: GitHub
- URL: https://github.com/alan-platform/alanforvscode
- Owner: alan-platform
- License: mit
- Created: 2017-10-10T13:11:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-13T12:45:49.000Z (4 months ago)
- Last Synced: 2026-02-20T02:04:27.892Z (3 months ago)
- Topics: alan, typescript, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Kjerner.alan
- Size: 784 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Alan extension for VS Code
Provides support for development on the [Alan platform](https://alan-platform.com/), powered by the Alan language server.
## Features
- syntax highlighting
- code completion
- goto/peek definition, implementation
- find all references, symbol renaming, symbol navigation, outline view
- types and documentation links on hover
- various commands and tasks for building, packaging, and deploying an Alan application
- ... and more

## Tasks
The build and fetch tasks can be started from within a `.alan` file.
The extension resolves the nearest `alan` script for the current file, so you can work on multiple projects in a single workspace.
Running the package task requires opening the `deployment.alan` file of the deployment that you want to package.