Code Monkey home page Code Monkey logo

language-servers's Introduction

Language Servers for AWS

Language servers for integration with IDEs and Editors

Structure

Monorepo

.
── app - binaries for distribution and integration into IDEs
    └── aws-lsp-buildspec-binary - application binaries (win/mac/linux) containing the buildspec language server
    └── aws-lsp-cloudformation-binary - application binaries (win/mac/linux) containing the CloudFormation language server
    └── aws-lsp-s3-binary - application binaries (win/mac/linux) containing the S3 language server
── client - Sample LSP integrations for various IDEs.
            Used to test out the Language Servers
    └── jetbrains/ - Minimal JetBrains extension to test the language server
    └── visualStudio/ - Minimal Visual Studio extension to test the language server
    └── vscode/ - Minimal vscode extension to test the language server
── core - contains supporting libraries used by app and server packages
    └── aws-lsp-core - core support code
── script - loose scripts used to create `npm foo` commands in the root folder
── server - packages that contain Language Server implementations
    └── aws-lsp-buildspec - Language Server that wraps a JSON Schema for CodeBuild buildspec
    └── aws-lsp-cloudformation - Language Server that wraps a JSON Schema for CloudFormation
    └── aws-lsp-codewhisperer - Language Server that surfaces CodeWhisperer recommendations
                              - experimental. Shows how recommendations can surface through
                                completion lists and as ghost text
    └── aws-lsp-s3 - Example language server that provides S3 bucket names as completion items
                   - Shows a concept where credentials can be provided from an IDE extension
                     (See vscode and vs client readmes)
    └── aws-lsp-json - Language Server that wraps a JSON Schema and provides support for JSON format. 
                            Includes reusable code related to JSON language service handling.
    └── aws-lsp-yaml - Language Server that wraps a JSON Schema and provides support for YAML format. 
                            Includes reusable code related to YAML language service handling.

How To Contribute

How to contribute to the language server.

Building The Language Server

How to build the language server.

Troubleshooting

Troubleshooting information.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

language-servers's People

Contributors

abailiss avatar aderende avatar akoreman avatar amazon-auto avatar aprex avatar awschristou avatar dependabot[bot] avatar ege0zcan avatar hunterwerlla avatar imykhai avatar jadensimon avatar kmile avatar makenneth avatar mj632 avatar nkomonen-amazon avatar rahmaniaam avatar rbbarad avatar rli avatar rtarcr avatar shailay avatar shruti0085 avatar tanujbhakre avatar twwildey avatar viktorsaws avatar volodkevych avatar zixlin7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.