Socket
Socket
Sign inDemoInstall

rockplate-language-server

Package Overview
Dependencies
6
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rockplate-language-server

Rockplate Language Server implementation


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
2.80 MB
Created
Weekly downloads
 

Readme

Source

MIT License Build Status codecov.io Code Coverage dependencies Status devDependencies Status HitCount

Rockplate Language Server

Language Server Protocol (LSP) implementation for Rockplate language which is used by Rockplate VSCode Extension

Features

  • Linting
  • Code completion (IntelliSense)
  • Hover hints

Usage

Refer to Rockplate VSCode for example usage

npm install rockplate-language-server
// run-server.js

const rockplateServer = require('rockplate-language-server');
// for non minified version: require('rockplate-language-server/dist/rockplate-language-server')

rockplateServer.run();
node run-server.js

FAQs

Last updated on 21 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc