estis75 / satysfi-workshop

SATySFi Support for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SATySFi Workshop

CI

This extension provides language support for SATySFi.

Note: This project is forked from wraikny/vscode-satysfi.

Features

Building

Building

You can build your SATySFi documents from the button (top right) and keyboard shortcuts (ctrl/cmd + alt + b). You can also set it to build automatically when you save the file.

Note: This extension does not include a pdf viewer. If you need it, please install vscode-pdf or LaTeX Workshop etc.

Type Checking

Type Checking

Type checking can be performed automatically when typing or saving a document.

Package Completion

Package Completion

Package name completion based on SATySFi installation.

Language Server Support

Language Server

The language server provides completion and explanation of commands and variables.

This extension does not include the language server itself. You have to clone & build monaqa/satysfi-language-server on your own and configure as follows.

{
  "satysfi-workshop.languageServer.enabled": true,
  "satysfi-workshop.languageServer.path": "/path/to/language server"
}

Credits

I would like to express my gratitude to @wraikny, the original author of vscode-satysfi.

License

Apache License 2.0, See LICENSE for more information.

About

SATySFi Support for VSCode

License:Apache License 2.0


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%