Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

robotcode-language-server

PyPI - Version PyPI - Python Version License


Introduction

Language Server Protocol (LSP) implementation for RobotCode, enabling enhanced IDE features such as code completion, linting, and navigation.

This package is part of the RobotCode project. The complete source code is available at github.com/robotcodedev/robotcode.

Features

  • Code completion for Robot Framework keywords
  • Real-time linting and error checking
  • Support for multi-workspace environments
  • Integration with various IDEs through LSP

Installation

pip install robotcode-language-server

Documentation

For comprehensive documentation, please visit robotcode.io.

Security

For security concerns, please refer to our Security Policy.

License

robotcode-language-server is distributed under the terms of the Apache-2.0 license.

Support