Socket
Socket
Sign inDemoInstall

@sap/cds-lsp

Package Overview
Dependencies
12
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sap/cds-lsp

Language server for CDS


Version published
Maintainers
1
Install size
8.72 MB
Created

Readme

Source

CDS Language Server

The CDS language server implements the Language Server Protocol (LSP) for SAP's Core Data Services (CDS). It can be used in many popular IDEs like, for example, Visual Studio Code, IntelliJ, or Eclipse. It provides many useful features for working with and enjoying CDS sources.

Features

  • Syntax highlighting via Textmate grammar

  • Additional semantic highlighting

  • Source code validation providing diagnostics (error messages, warnings, ...)

  • Where-used navigation to

    • definition
    • references
    • highlight occurrences
  • Code completion for

    • keywords
    • identifiers incl. not yet imported identifiers with corresponding using statement
    • using paths and artifacts incl. showing README.md documentation as details
    • i18n translation IDs
    • turn on/off formatting regions
  • Snippets for typical CDS language construct
    (with documentation extracts of capire explaining language concepts)
    like

    • namespace and context
    • using
    • service
    • type
    • entity and projections, ...
    • element, associations, and compositions
    • extend and annotate
    • annotations for documentation
    • annotate all elements of an entity
  • Quick fixes to

    • create using statement for unknown artifacts
    • maintain missing translation
    • convert @description annotations to doc comments
  • Inventory (symbols) for

    • current file (Outline)
    • workspace incl. query capabilities to select, for example, artifact types, names, also include reuse models
  • Hover information based on

    • doc comments
    • @title and @description annotations
    • translations
    • README.md and package.json#description
  • Code formatting

    • whole document
    • selected range
    • on-the-fly when completing statements using ; or }
    • on save (depending on the IDE)
    • on paste (depending on the IDE)
    • with many options, configurable using
      • settings file
      • command line switches
      • Config UI with simulation of options for Visual Studio Code and Eclipse
      • JSON schema for textual support
    • also for markdown in doc comments
  • Code formatting via CLI (incl. verification mode)

  • Translation support

    • properties, JSON, and CSV files
    • navigate to translation definitions from translation IDs like '{i18n>customerName}'
    • show translations on hover
    • quickfix to maintain missing translations
  • Annotation support via external plugin

    • diagnostics
    • where-used navigation
    • hover information
    • code completion
    • quick fixes for translations

Usage

The CDS language server can only be used as part of an IDE extension or plugin. See Installation for more details.

A code formatter for CDS source files is included.

Installation

Refer to the installation details.

License

This package is provided under the terms of the SAP Developer License Agreement.

Keywords

FAQs

Last updated on 03 May 2024

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