Heersin / vscoq

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

License:MIT License


Languages

Language:OCaml 56.0%Language:TypeScript 23.9%Language:Coq 18.1%Language:CSS 0.9%Language:JavaScript 0.5%Language:Nix 0.5%Language:HTML 0.2%Language:Makefile 0.1%