Skip to content

analogjs/language-tools

Repository files navigation

AnalogJS Language Tools

This is the AnalogJS Language Tools extension for VSCode, powered by Volar. This project is in active development.

Features

This extension provides language features for AnalogJS projects, including:

  • Prop spreading support (Planned)
  • File-based routing support (Planned)
  • Server-side features (Planned)

Supporting Analog

Local Development

  • Run pnpm install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • Press Ctrl+Shift+B to compile the client and server.
  • Switch to the Debug viewlet.
  • Select Launch Client from the drop down.
  • Run the launch config.
  • If you want to debug the server as well use the launch configuration Attach to Server

Build .vsix

  • Run pnpm run pack in this folder
  • packages/vscode/vscode-analog-x.x.x.vsix will be created, and you can manually install it to VSCode.

References

Contributors

Generated from volarjs/starter