-
Updated
May 9, 2021 - Python
#
auto-completion
Here are 29 public repositories matching this topic...
A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
-
Updated
Aug 25, 2021 - Python
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
python
shell
cli
unicode
terminal
command-line
scripting
subcommands
developer-tools
tab-completion
auto-completion
-
Updated
Aug 25, 2021 - Python
Dark deno powered completion framework for neovim/Vim8
-
Updated
Aug 28, 2021 - TypeScript
-
Updated
Feb 23, 2021 - TypeScript
deoplete.nvim source for Ruby with solargraph.
-
Updated
Nov 11, 2019 - Python
3P (short for Progress Programmers Pal), is a notepad++ plugin designed to help writing progress 4GL (OpenEdge ABL) code. It transforms notepad++ into a full featured IDE for openedge code editor, providing syntax checking, compilation, auto-completion, tool-tips and much more!
plugin
editor
parser
progress
code
notepad
ide
openedge
auto-completion
4gl
abl
progress-programmers-pal
-
Updated
Aug 15, 2021 - C#
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
autocomplete
tree
trie
auto-complete
radix-tree
trees
radix-trie
auto-completion
patricia-tree
prefix-search
trie-tree
auto-suggest
patricia-trie
-
Updated
Jun 28, 2021 - C#
rainerschoe
commented
Feb 9, 2021
During tab completion currently documentation is shown as additional information.
However when displaying the reply messages no documentation is shown in those messages.
It would be nice to also show documentation there.
maybe make it possible to disable via config or cli arg
-
Updated
Jun 23, 2019 - TypeScript
interactive command line interfaces for Python
-
Updated
Jan 3, 2021 - Python
A comprehensive syntax, autocompletion, and snippet package for Miva Script & MVT.
-
Updated
Jul 8, 2019 - Python
awscli auto-completion for PowerShell
-
Updated
May 26, 2020 - PowerShell
XCode project that is set up to have auto-completion for Package.swift manifest files
-
Updated
Jun 25, 2017 - Swift
javascript
autocomplete
typeahead
typescript-library
auto-complete
typeahead-completions
auto-completion
autosuggestion
auto-suggest
auto-suggestion
-
Updated
Mar 14, 2021 - TypeScript
Emacs project management plus IDE like features
-
Updated
Oct 11, 2020 - Emacs Lisp
SourcePawn Syntax highlighting and Auto Completion 10.9.2017
-
Updated
Sep 29, 2017
A input field with a syntax-based completion
-
Updated
Aug 11, 2021 - JavaScript
TailwindCompletions is a sublime plugin that provides TailwindCSS auto completions.
autocomplete
sublime-text-3
sublime-package
auto-complete
sublime-text-plugin
auto-completion
tailwind
tailwindcss
-
Updated
Jan 8, 2020 - Python
Personalized online spell correction and auto-completion.
-
Updated
Apr 18, 2019 - Python
provides autocomplete functionality for Composer commands, their options, and the package names in bash/shell
-
Updated
Jul 26, 2021 - PHP
Sublime Text package for F5 iRules syntax highlighting and auto-completion
-
Updated
Jan 1, 2018
go-autocomplete-trie is a data structure for text auto completion that allows for fuzzy matching and configurable levenshtein distance limits
go
golang
autocompletion
fuzzy-search
trie
fuzzy-matching
levenshtein
levenshtein-distance
fuzzy
auto-complete
fuzzywuzzy
auto-completion
string-matching
-
Updated
Aug 23, 2021 - Go
-
Updated
Nov 15, 2020 - Emacs Lisp
Module for Omeka S that improves search with new fields, auto-suggest, filters, facets, specific pages, etc.
-
Updated
Aug 24, 2021 - PHP
vscode extension for fink
-
Updated
Aug 12, 2021 - Text
Improve this page
Add a description, image, and links to the auto-completion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the auto-completion topic, visit your repo's landing page and select "manage topics."


When using ctrl+: in VS Code to turn a line into comment, the style is SQL's one and not JS's one.
/**/ instead of //
Steps To Reproduce
Pick a line
Press ctrl+:
The current behavior
The expected behavior