Skip to content

An OpenQASM language server and Visual Studio Code client implementation.

Notifications You must be signed in to change notification settings

jwoehr/OpenQASM-LSP

 
 

Repository files navigation

OpenQASM LSP

An OpenQASM language server and Visual Studio Code client implementation.

Example Image

Functionality

This Language Server works for .qasm files. It has diagnostics regenerated on each file change or configuration change.

Running the LSP in VS Code

  • Run npm install in this folder. This installs all necessary npm modules in the client, server and grammar folders.
  • Open VS Code on this folder.
  • Run npm run compile in this folder
  • Open client/out/extension.js.
  • Press F5 and select Extension Development Host.

About

An OpenQASM language server and Visual Studio Code client implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.0%
  • Java 41.1%
  • ANTLR 2.8%
  • JavaScript 0.1%