onivim / oni2

Native, lightweight modal code editor
https://v2.onivim.io
MIT License
7.83k stars 282 forks source link

New installation heekups #3743

Open nirgivon opened 3 years ago

nirgivon commented 3 years ago

After a fresh installation on windows: Searching in the Extensions tab for Ctags of Exuberant Ctags shows no results.

when opening a folder with an existing c++ project, and trying to jump to the definition of a symbol on a different file using CTRL-] the correct file will open, but on the first line in the file, and not in the definition of the symbol.

also, no smart language tools line auto complete for class members and no hover info.

kinglouie commented 3 years ago

for the first issue oni doesn't use the official vscode extension repos but uses https://open-vsx.org. Your desired plugin isnt registered there so that is the reason it can not be found.