Showing 52 open source projects for "lsp"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    CodeCompanion

    CodeCompanion

    AI-powered coding, seamlessly in Neovim. Supports Anthropic, etc.

    Currently supports Anthropic, Copilot, Gemini, Ollama and OpenAI adapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    barbecue.nvim

    barbecue.nvim

    A VS Code like winbar for Neovim

    This is a VS Code like winbar that uses nvim-navic in order to get LSP context from your language server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    dap-mode

    dap-mode

    Emacs Debug Adapter Protocol

    Emacs client/library for Debug Adapter Protocol is a wire protocol for communication between client and Debug Server. It's similar to the LSP but provides integration with debug server. The API considered unstable until 1.0 release is out. It is tested against Java, Python, Ruby, Elixir and LLDB (C/C++/Objective-C/Swift). The main entry points are dap-debug and dap-debug-edit-template. The first one asks for a registered debug template and starts the configuration using the default values...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Swift Package Manager Project

    Swift Package Manager Project

    The package manager for the Swift Programming Language

    ... a team, or at any other granularity. Swift Package Manager includes a build system that can build for macOS and Linux. Starting with Xcode 11, Xcode integrates with SwiftPM to provide support for including packages in iOS, macOS, watchOS, and tvOS applications. The SourceKit-LSP project leverages libSwiftPM and provides Language Server Protocol implementation for editors that support LSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 5
    nvim-cokeline

    nvim-cokeline

    A Neovim bufferline for people with addictive personalities

    A Neovim bufferline for people with addictive personalities. The goal of this plugin is not to be an opinionated bufferline with (more or less) limited customization options. Rather, it tries to provide a general framework allowing you to build your ideal bufferline, whatever that might look like. nvim-cokeline aims to be the most customizable bufferline plugin around. If you have an idea in mind of what your bufferline should look like, you should be able to make it look that way. If you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Doom Nvim

    Doom Nvim

    A Neovim configuration for the advanced martian hacker

    Doom Nvim is a Neovim interpretation of the doom-emacs framework, adapted to Vim philosophy. Our goal is to provide a configurable, extensible, performant and stable basis for any neovim configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CosmicNvim

    CosmicNvim

    Lightweight and opinionated Neovim config for web development

    CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a COSMIC programming experience. While CosmicNvim is geared specifically toward TypeScript/JavaScript development, it should be able to provide a great experience with any LSP-supported language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GitHub themes for Neovim

    GitHub themes for Neovim

    Github's Neovim themes

    Github's Neovim themes. GitHub Theme's palettes and specs can be extended with your own values. This is useful for users who want to distinguish a spec value being used for multiple group definitions. GitHub Theme is a highly customizable and configurable color scheme. This does however come at the cost of complexity and execution time. GitHub Theme pre-computes the result of your configuration and saves the lua bytecode in a cache to be used on the next load. This significantly speeds up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    nvim-ufo

    nvim-ufo

    Not UFO in the sky, but an ultra fold in Neovim

    The goal of nvim-ufo is to make Neovim's fold look modern and keep high performance. Not UFO in the sky, but an ultra fold in Neovim. Using a provider of ufo, must set a large value for foldlevel, this is the limitation of foldmethod=manual. A small value may close fold automatically if the fold ranges updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 10
    Astro Language Tools

    Astro Language Tools

    Language tools for Astro

    This repository contains all the editor tooling required for the Astro language (.astro files). Notably, it contains an implementation of the Language Server Protocol (LSP) which as of now is used for the official VSCode Extension but could also be used to power a plugin for your favorite IDE in the future. This repository is a monorepo managed through Turbo, which means that multiple packages are in this same repo (packages folder). The official VS Code extension for Astro. This enables all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Eclipse GLSP

    Eclipse GLSP

    Graphical language server platform for building web-based diagram

    The Graphical Language Server Platform (GLSP) is an extensible open-source framework for building custom diagram editors based on web technologies. Alongside an extensible client framework and a server framework, GLSP provides a language server protocol (LSP) for diagrams. With that, GLSP enables the development of modern, web-based diagram editors, whereas the heavy lifting, such as loading, interpreting, and editing according to the rules of the modeling language, is encapsulated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Elixir Language Server

    Elixir Language Server

    A frontend-independent IDE "smartness" server for Elixir

    ... projects. It adheres to the LSP, a standard for frontend-independent IDE support. Debugger integration is accomplished through a similar VS Code Debug Protocol. These pages contain all the information needed to configure your favorite text editor or IDE and to work with the ElixirLS. You will also find instructions on how to configure the server to recognize the structure of your projects and to troubleshoot your installation when things do not work as expected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LunarVim

    LunarVim

    An IDE layer for Neovim with sane defaults

    LunarVim is an opinionated, extensible, and fast IDE layer for Neovim >= 0.5.0. LunarVim takes advantage of the latest Neovim features such as Treesitter and Language Server Protocol support. LunarVim ships with a sane default config for you to build on top of. Features include autocompletion, integrated terminal, file explorer, fuzzy finder, LSP, linting, formatting and debugging. Just because LunarVim has an opinion doesn't mean you need to share it. Every built-in plugin can be toggled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Conquer Of Completion

    Conquer Of Completion

    Nodejs extension host for vim & neovim, load extensions like VSCode

    ... need to make different adaptations to specific servers in the code. At present, most vim LSP plug-ins only support The configuration used by the server. Some functions require the client to do some specific extensions. For example, the jdt.ls of java requires the client to support the uri starting with jdt. When using the coc-java plug-in, users only need to install the plug-in without manual configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XBase

    XBase

    Develop Apple software products within your favorite editor

    An Xcode replacement-ish development environment that aims to be your reliable Xcode alternative to develop exciting new Apple software products. XBase enables you to build, watch, and run Xcode products as well as swift packages from within your favorite editor. It supports running products on iOS, watchOS, and tvOS simulators, along with real-time logging, and some LSP features such as auto-completion and code navigation. Furthermore, XBase has built-in support for a variety of Xcode project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Terraform LSP

    Terraform LSP

    Language Server Protocol for Terraform

    Currently, there are two Terraform LSP repositories one of which is this repository and one of which is terraform-ls. Terraform-LS also contains details about this repository as well. The aim to have a unified lsp for Terraform in the future, but for now there is two concurrent development with collaboration to each other, this repo is aim for more experimental features, and the terraform-ls is aimed for stableness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SPTK is a suite of speech signal processing tools for UNIX environments, e.g., LPC analysis, PARCOR analysis, LSP analysis, PARCOR synthesis filter, LSP synthesis filter, vector quantization techniques, and other extended versions of them.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 18
    Objeck

    Objeck

    Simple ⇒ Object-Oriented ⇒ Functional

    Objeck is an object-oriented programming language with functional features. Objeck emphasizes, expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, and command line debugger with IDE plugins.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    LTEX Extension for VS Code

    LTEX Extension for VS Code

    LTeX: Grammar/spell checker for VS Code using LanguageTool

    LTEX provides offline grammar checking of various markup languages using LanguageTool (LT). LTEX can be used standalone as a command-line tool, as a language server using the Language Server Protocol (LSP), or directly in various editors using extensions. LTEX currently supports BibTEX, ConTEXt, LATEX, Markdown, Org, reStructuredText, R Sweave, and XHTML documents. A classic use case of LTEX is checking scientific LATEX papers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    distant.nvim

    distant.nvim

    Edit files, run programs, and work with LSP on a remote machine

    A wrapper around distant that enables users to edit remote files from the comfort of their local environment. Libraries and tooling for working remotely. Deploy distant on your server and connect today to begin remote work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CodeArt

    CodeArt

    Use NeoVim as general purpose IDE

    Use NeoVim as a general-purpose IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Haskell IDE Engine (HIE)

    Haskell IDE Engine (HIE)

    The engine for haskell ide-integration. Not an IDE

    This project aims to be the universal interface to a growing number of Haskell tools, providing a fully-featured Language Server Protocol server for editors and IDEs that require Haskell-specific functionality. Supports plain GHC projects, cabal projects(sandboxed and non sandboxed) and stack projects. Fast due to caching of compile info. Uses LSP, so should be easy to integrate with a wide selection of editors. Diagnostics via hlint and GHC warnings/errors. Code actions and quick fixes via...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    D Language Server

    D Language Server

    A Language Server implementation for D

    This is still a work in progress; there might still be bugs and crashes. DLS implements the server side of the Language Server Protocol (LSP) for the D programming language. It doesn't do much itself (yet), and rather uses already available components, and provides an interface to work with the LSP. DLS is usable using FreeBSD's Linux binary compatibility system (tested on FreeBSD 12.0-RELEASE). Code completion, going to the symbol definition, finding references, symbol renaming. Error checking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Nutcracker

    Build animated sequences for RGB Mega-trees

    ... you modify the effects parameters. 3) Nutcracker now builds an animated gif of your rgb device with the effect attached. If you dont like the effect, go back to step 2 and modify and try again 4) Finally, you click on the sequencer you want Nutcracker to create for. Currently Nutcracker supports these sequencers: Vixen, LSP, LOR and HLS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LSP is an advanced web template language based on XML technology. LSP provides powerful and easy to use presentation logic, but keeps business logic and technical details out of templates. LSP is compiled into Java bytecode for efficient execution.
    Downloads: 0 This Week
    Last Update:
    See Project