🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@azure/cosmos-language-service

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/cosmos-language-service

Cosmos DB SQL Language Service for the Monaco editor

0.0.5
latest
Source
npm
Version published
Weekly downloads
6.6K
-22.81%
Maintainers
3
Weekly downloads
 
Created
Source

Cosmos DB Language Service

Azure Cosmos DB Language Service for the Monaco editor

npm install @azure/cosmos-language-service

Supported Cosmos DB languages

  • Cosmos DB SQL

Supported Features

  • Autocomplete
  • Error marks

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Set up

npm install

Build and Run

  • Compile Antlr Grammar
cd $(grammar_folder)
doskey antlr4=java org.antlr.v4.Tool $*
doskey grun =java org.antlr.v4.gui.TestRig $*
antlr4 -no-listener -no-visitor -Dlanguage=JavaScript *.g4 -o ../generated

You can keep the lexer.js file and the parser.js file and delete others.

  • Build the package
cd $(language_service_folder)
webpack
cd $(root_folder)
npm run dev

Keywords

Cosmos DB

FAQs

Package last updated on 16 Nov 2020

Did you know?

Socket

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