code-completion
Here are 72 public repositories matching this topic...
The default documentation URL points to github.com. Doing this in VS2017 results in a message from github that internet explorer is an unsupported browser.
Workaround is to use local storage/clone of the wiki.
(Copied from universal-ctags/ctags#2349 (comment).)
I find this comment in ctags.1.rst:
https://github.com/universal-ctags/ctags/blob/f17ca7731a235b6950b8f02133ec1ff2656bddc7/man/ctags.1.rst.in#L64-L68
I agree with this comment.
The contents of e-ctags man pages are:
- SYNOPSIS
- DESCRIPTION
- SOURCE FILES
- OPTIONS
- ...
However, the contents
I seem to recall that, reading some docs or maybe code of the out-of-the-box backends, there once was a common understanding how backends should be written:
- they should check if they apply (in particular, to the current
major-mode) - they should thus work when simply adding them to a globally customized
company-backends
Maybe that was just in my head, or maybe it has changed since, so h
A code-completion & code-comprehension server
-
Updated
Dec 7, 2019 - C++
Hi,
I have been using completor for a few months now, and I think it's (almost) perfect. I had been looking for a completion tool for ages, but I found nothing as simple and efficient as completor.
However, a few points could be improved (but maybe there is already a solution):
- If I open a python file, and when completor completes a function call, the doc buffer (where the docstring of
Example:
/** @var string $str */
$str = 1;
At the end of this snippet $str is inferred as string. It'd be really useful if violations to user specified types were highlighted.
Code navigation, documentation lookup and completion for Ruby
-
Updated
Dec 6, 2019 - Ruby
When accessing members of an object (through a pointer), it's much faster and more convenient to simply write the . operator and have it automatically converted into a ->
Several IDEs offer this like QtCreator and VisualStudio.
eg:
Foo* Bar;
Bar.
// Magic :D
Bar->ContinueWritingHere
Thanks in advance
The D Completion Daemon is an auto-complete program for the D programming language
-
Updated
Nov 23, 2019 - D
PHP Intellisense/code-completion for VS Code
-
Updated
Nov 26, 2019 - TypeScript
Type safe SQL Builder for Go with automatic scan to desired arbitrary object structure
-
Updated
Dec 9, 2019 - Go
PhpStorm Code Completion to CodeIgniter
-
Updated
Nov 30, 2019 - PHP
var3 = 'foo'
print(var3)
sql = """
SELECT foo, bar, baz
FROM tb_teste
WHERE {} = 1;
""".format(var3) <- ctrl+alt+u doesn't work here
A grammar agnostic code completion engine for ANTLR4 based parsers
-
Updated
Dec 9, 2019 - TypeScript
ClojureScript "IntelliSense" support for JS objects and their properties/methods. Via figwheel and Emacs CIDER.
-
Updated
Oct 5, 2019 - Clojure
ModPE IDE – ModPE Script source code editor for Android.
-
Updated
Nov 13, 2019 - Kotlin
Opensource Visual Studio extension for compiler instrinsics in C/C++
-
Updated
Oct 29, 2019 - HTML
A Sublime Text 2 and 3 package for the Papyrus scripting language.
-
Updated
Oct 5, 2019 - Python
provides buffer autocomplete for asyncomplete.vim
-
Updated
Nov 29, 2019 - Vim script
Galois is an auto code completer for code editors (or any text editor) based on OpenAI GPT-2.
-
Updated
Dec 9, 2019 - Python
Create a command to automatically add imports like:
import JSONModel = sap.ui.model.json.JSONModel;
to the sap.ui.define
Command can be called via autocomplete, too.
Simple and powerful standalone project for clang-based tools using libtooling (e.g. refactoring, auto-completion, etc.)
-
Updated
Nov 23, 2019 - C++
provides go autocomplete for asyncomplete.vim via gocode
-
Updated
Dec 13, 2018 - Vim script
provides file autocomplete for asyncomplete.vim
-
Updated
Dec 2, 2019 - Vim script
Improve this page
Add a description, image, and links to the code-completion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-completion topic, visit your repo's landing page and select "manage topics."



Issue Prelude
Please complete these steps and check these boxes (by putting an
xinsidethe brackets) before filing your issue:
[Frequently Asked Questions][faq]