Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion #1187

Closed
luke-goddard opened this issue Jan 8, 2020 · 2 comments
Closed

Code completion #1187

luke-goddard opened this issue Jan 8, 2020 · 2 comments
Labels
A-extension Area: Extension/plugin integration, vscode or VimL question Further information is requested

Comments

@luke-goddard
Copy link

Is code completion meant to work out of the box, tried on two different computers?
How do I enable it?

@CrossR CrossR added A-extension Area: Extension/plugin integration, vscode or VimL question Further information is requested labels Jan 8, 2020
@CrossR
Copy link
Member

CrossR commented Jan 8, 2020

What languages have you tried it for? We only ship with built in support for a few languages (ReasonML, JavaScript, TypeScript, CSS I think) and then for others you'd need an extension + any dependencies of that extension.

That usually means installing some form of native binary for that language such as clangd for C/C++ or gopls for Go etc. Installing extensions is outlined here, although its worth considering that there is some ongoing work on setting up/merging extension configs for extensions, which blocks some extensions working at the mo (i.e. Rust lang server depends on you setting up paths, but that is currently being worked on).

General progress can be tracked here: #1058

@luke-goddard
Copy link
Author

That makes sense, it was Python code so not type script. The most frustrating thing about oni is the lack of documentation. Thanks for the ultra-fast response though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-extension Area: Extension/plugin integration, vscode or VimL question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants