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
- Host: GitHub
- URL: https://github.com/casm-lang/casm-lang.plugin.vscode
- Owner: casm-lang
- License: other
- Created: 2017-05-27T16:48:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T20:39:14.000Z (over 1 year ago)
- Last Synced: 2025-01-08T17:00:15.521Z (4 months ago)
- Topics: casm, language-server-protocol, plugin, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
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_srcTBD
** 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+]].