An open API service indexing awesome lists of open source software.

https://github.com/casm-lang/casm-lang.plugin.vscode

CASM Plug-in for Language Server Protocol Extension in VS Code
https://github.com/casm-lang/casm-lang.plugin.vscode

casm language-server-protocol plugin vscode vscode-extension

Last synced: 3 months ago
JSON representation

CASM Plug-in for Language Server Protocol Extension in VS Code

Awesome Lists containing this project

README

        

#
# Copyright (C) 2017-2024 CASM Organization
# All rights reserved.
#
# Developed by: Philipp Paulweber et al.
#
#
# This file is part of casm-lang.plugin.vscode.
#
# casm-lang.plugin.vscode is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# casm-lang.plugin.vscode is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with casm-lang.plugin.vscode. If not, see .
#
# Based on https://github.com/vscode-extension-samples/lsp-sample project:
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
#
[[https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png]]

* casm-lang.plugin.vscode

CASM language extension integration for the language client [[https://github.com/Microsoft/vscode][vscode-editor]].

The vscode extension/plugin calls directly a =casmd= language server process and
communicates through the stdin/stdout stream with the application
where the [[https://github.com/Microsoft/language-server-protocol][language server protocol]] (LSP) is implemented.

** Installation

TBD

#+begin_src sh
$ cd
$ git clone https://github.com/casm-lang/casm-lang.plugin.vscode
$ cd casm-lang.plugin.vscode
$ make
$ code .
#+end_src

TBD

** Copyright and License

The copyright holder of
=casm-lang.plugin.vscode= is the [[https://casm-lang.org][CASM organization]] ([[https://github.com/casm-lang][@casm-lang]])
and the used license of
=casm-lang.plugin.vscode= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3+]].