Skip to content

abnt-latex/language-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6ff8a0 · Aug 4, 2024

History

2 Commits
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024
Aug 4, 2024

Repository files navigation

Language Server LaTeX

Structure

.
├── client // Language Client
│   ├── src
│   │   ├── test // End to End tests for Language Client / Server
│   │   └── extension.ts // Language Client entry point
├── package.json // The extension manifest.
└── server // Language Server
    └── src
        └── server.ts // Language Server entry point

Features

  • Notebooks to equations LaTeX
  • Commands for compilation
  • Autocomplete
  • Outline tree
  • ...

Vscode Extension

Running the Sample

  • Run npm install in this folder.
  • Press Ctrl+Shift+B or F5 to start compiling the client and server in watch mode.

Publishing Extension

$ vsce package
  • Create .vsix file in root folder