The Wayback Machine - https://web.archive.org/web/20210806134713/https://github.com/topics/completions
Here are
42 public repositories
matching this topic...
Emacs incremental completion and selection narrowing framework
Updated
Aug 4, 2021
Emacs Lisp
Updated javacomplete plugin for vim.
Updated
Mar 18, 2021
Vim script
JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).
Updated
Sep 30, 2020
Python
kubectl completions for fish shell
Updated
Jan 21, 2021
Shell
Completion files to clink util
The most complete CSS support for Sublime Text
Enhance any command with dynamic arguments
A multi-threaded manager for shell scripts, functions, standalone binaries, tab-completions, and more.
Updated
Jan 24, 2021
Shell
🍺 Fish shell completions for Homebrew
Updated
Mar 14, 2021
Shell
Completer definitions for Elvish
Shell Completion Script and Manpage generation
Show completions buffer in child frame
Updated
Apr 30, 2021
Emacs Lisp
python completions for maya packages to be used in visual studio code
Updated
Jan 5, 2019
Python
Clink completion file for lukesampson/scoop.
multi-shell multi-command argument completer
Sublime 3 D-lang AutoImport plugin. Add "import ...." for symbol.
Updated
Oct 30, 2020
Python
📎 Generate CLI completions for zsh, bash, and fish
Updated
Nov 21, 2020
TypeScript
Sublime 3 D AutoModuleName plugin. Add "module path.folder.name;".
Updated
Nov 2, 2020
Python
Simple, seamless fzf-based completions for a few applications
Updated
Oct 24, 2019
Shell
A collection of syntaxes and completions for Twig templates
Dockerfile support for Nova editor
❄️ 🐟 Fish completions for Nix
Updated
Jul 20, 2021
Shell
A tiny React tagger component that uses Awesomplete for completions; supports debouncing out-of-the-box
Updated
Aug 10, 2019
JavaScript
💨 Quick CSS completions with abbreviations, similar to Emmet. Extension for Nova code editor.
Updated
Jan 29, 2020
JavaScript
omf plugin provides completions for deno
Updated
May 17, 2020
Shell
A collection of completions for Shopify liquid templates
A collection of completions for Sublime Text, based on the CodyHouse Framework.
Autocompletion for zsh *experimental*
Updated
Dec 7, 2017
Shell
Completion definitions for Bash and Zsh
Updated
Mar 12, 2018
Shell
Improve this page
Add a description, image, and links to the
completions
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
completions
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In my code I have a multiple line summary (comments) for my main method.
when I run my executable and ask for help myapp.exe --help the summary gets line wrapped.
I would like for each line in my summary to have a new line between.
I have tried every mechanism to make this work to no joy (also looked in the dragonfruit code a little) but couldn't find a quick fix.