webfrogs / SwiftNest

An implement of VSCode's Language Server Protocol for Swift programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftNest

SwiftNest is the implement of VS Code's Language Server Protocol for Swift programming language.

Installation

git clone https://github.com/webfrogs/SwiftNest.git
cd SwiftNest
make install 

The default installation path is /usr/local/bin/swift-nest

About

An implement of VSCode's Language Server Protocol for Swift programming language.

License:MIT License


Languages

Language:Swift 98.6%Language:Makefile 1.4%