Skip to content
/ vscoq Public
forked from coq/vscoq

A Visual Studio Code extension for Coq [maintainers=@maximedenes,@huynhtrankhanh,@thery,@Blaisorblade]

License

Notifications You must be signed in to change notification settings

Heersin/vscoq

 
 

Repository files navigation

CI Contributing Code of Conduct Zulip

VsCoq is an extension for Visual Studio Code (VS Code) and VSCodium with support for the Coq Proof Assistant.

This extension is currently developed as part of Coq Community by Maxime Dénès, Enrico Tassi, Romain Tetley, and contributors.

This branch contains the VsCoq 2 language server and extension. It is a full reimplementation (based on a different architecture and design) of a previous version of VsCoq, whose original author was @siegebell. See the VsCoq 1 branch for the version of VsCoq that is on the Market Place.

Status

VsCoq 2 is under heavy development and not ready for production use yet. It is not yet released nor published on the VsCode marketplace.

Features

  • Continuous and incremental checking of Coq documents
  • Asynchronous proof checking
  • Syntax highlighting
  • Dedicated panel for queries and their history
  • Supports _CoqProject

Requirements

  • VS Code or VSCodium 1.38.0, or more recent
  • VsCoq 2 currently ships with a custom Coq version, and will later require Coq 8.18

Settings

(Press F1 and start typing "settings" to open either workspace/project or user settings.)

  • "vscoq.path": "" -- specify the path to vscoqtop (e.g. path/to/vscoq/bin/vscoqtop)
  • "vscoq.args": [] -- an array of strings specifying additional command line arguments for vscoqtop (typically accepts the same flags as coqtop)

License

Unless mentioned otherwise, files in this repository are distributed under the MIT License.

The files client/syntax/coq.tmLanguage and client/coq.configuration.json are also distributed under the MIT License, Copyright (c) Christian J. Bell and contributors.

About

A Visual Studio Code extension for Coq [maintainers=@maximedenes,@huynhtrankhanh,@thery,@Blaisorblade]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 55.8%
  • TypeScript 23.9%
  • Coq 18.1%
  • CSS 0.9%
  • JavaScript 0.5%
  • Nix 0.5%
  • Other 0.3%