Autocompletion

Top 23 Autocompletion Open-Source Projects

  • coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

  • Project mention: I can't stand using VSCode so I wrote my own (it wasn't easy) | news.ycombinator.com | 2024-04-21

    As well as its own plugins Vim/NeoVim can use VSCode's LSPs, DAPs and extensions either directly or via plugins like CoC[1] and Mason[2].

    I would be surprised if emacs couldn't do the same.

    1. https://github.com/neoclide/coc.nvim

  • laravel-ide-helper

    IDE Helper for Laravel

  • Project mention: Elevate Your Laravel Eloquent Queries with Tappable Scopes | dev.to | 2024-04-23

    This works well, but it does make it harder for the IDE to handle unless you’re using something like the Laravel IDE Helper package.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • R.swift

    Strong typed, autocompleted resources like images, fonts and segues in Swift projects

  • Project mention: SPM and localization | /r/swift | 2023-11-30
  • zsh-autocomplete

    🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

  • Project mention: Melhorando e configurando seu novo Shell linux. Pt-2 | dev.to | 2024-05-02

    git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting && git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting && git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete

  • jupyterlab-lsp

    Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol

  • refact

    WebUI for Fine-Tuning and Self-hosting of Open-Source Large Language Models for Coding

  • Project mention: RefactAI: Use best-in-class LLMs for coding in your IDE | news.ycombinator.com | 2024-04-30
  • omelette

    Omelette is a simple, template based autocompletion tool for Node and Deno projects with super easy API. (For Bash, Zsh and Fish)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • vim-mucomplete

    Chained completion that works the way you want!

  • Project mention: GCC autocompletion | /r/vim | 2023-05-30

    If you don't mind using tags instead, a lighter alternative would be to use MUcomplete with the following settings:

  • SchemaStore.nvim

    🛍 JSON schemas for Neovim

  • Project mention: Missing diagnostic on tsconfig.json Neovim vs VSCode | /r/neovim | 2023-06-25

    Probably you need something like SchemaStore.nvim (this is a jsonls problem, not a tsserver one)

  • symfony-console-autocomplete

    Shell autocompletion for Symfony Console based scripts

  • fast-autocomplete

    Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough

  • vim-you-autocorrect

    Why should smartphones get all the fun?

  • ModernSearchBar

    The famous iOS search bar with auto completion feature implemented.

  • cakephp-ide-helper

    IDE Helper plugin for CakePHP

  • counsel-jq

    Traverse complex JSON and YAML structures with live feedback

  • Project mention: jq 1.7 Released | news.ycombinator.com | 2023-09-06

    Didn’t know this. Thanks for the tip!

    Personally, when I test REST APIs, I use „restclient.el“ all the time which also comes with a great JQ integration („jq-set-var“ for example for deriving request variables from responses). For traversing larger responses I use „counsel-jq“ in a customized JSON mode: https://github.com/200ok-ch/counsel-jq

    But I’ll give the major mode a try, too.

  • nvim-config

    My neovim config (by joelazar)

  • company-shell

  • vimcomplete

    Async autocompletion for Vim.

  • Project mention: Is there a way to autocomplete environnement variables ? | /r/vim | 2023-08-19

    If you use https://github.com/girishji/vimcomplete, it has option to complete environment variables (envComplete) for buffer sourced completion.

  • nvim-lsp-compl

    A fast and asynchronous auto-completion plugin for Neovim, focused on LSP.

  • sphinx.nvim

    Sphinx integrations for Neovim

  • jenkins-job-cli

    Jenkins-job-CLI - Runs Jenkins job from the Command Line

  • zsh-yarn-completions

    Yarn completions for Z-shell that supports yarn workspaces

  • vscode-motoko

    Motoko language support for VS Code.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Autocompletion related posts

  • RefactAI: Use best-in-class LLMs for coding in your IDE

    1 project | news.ycombinator.com | 30 Apr 2024
  • Elevate Your Laravel Eloquent Queries with Tappable Scopes

    1 project | dev.to | 23 Apr 2024
  • ready to use neovim for web development (frontend) - beginners

    4 projects | /r/neovim | 5 Dec 2023
  • Using CoC inlay hints

    1 project | /r/vim | 11 Nov 2023
  • C# lsp configuration with neovim CoC

    4 projects | /r/neovim | 10 Nov 2023
  • VSCode for PHP and Laravel

    7 projects | dev.to | 20 Aug 2023
  • Does anyone know some good altermatives for these Vim plugins on Emacs?

    3 projects | /r/emacs | 18 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 4 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Autocompletion projects? This list will help you:

Project Stars
1 coc.nvim 23,945
2 laravel-ide-helper 13,876
3 R.swift 9,403
4 zsh-autocomplete 4,848
5 jupyterlab-lsp 1,732
6 refact 1,422
7 omelette 1,378
8 vim-mucomplete 909
9 SchemaStore.nvim 639
10 symfony-console-autocomplete 496
11 fast-autocomplete 258
12 vim-you-autocorrect 202
13 ModernSearchBar 185
14 cakephp-ide-helper 181
15 counsel-jq 123
16 nvim-config 109
17 company-shell 94
18 vimcomplete 77
19 nvim-lsp-compl 76
20 sphinx.nvim 70
21 jenkins-job-cli 54
22 zsh-yarn-completions 42
23 vscode-motoko 41

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com