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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 :)
Is code completion meant to work out of the box, tried on two different computers?
How do I enable it?
The text was updated successfully, but these errors were encountered: