this post was submitted on 22 Nov 2023
15 points (94.1% liked)
Open Source
31044 readers
730 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks like Rust-Analyzer will take some time to "load". Some content will load. I needed to use
[g]oto-[p]review [D]eclaration
instead of[d]efinition
.Some content still does not work on any
goto-preview
command.Ok, so most seems to work so far now. Just that
HttpServer
doesn't work with a goto-preview (The app works when running so the all the codebase definitions are rooted). The issue I run into now is that sometimes when going to a definition and then closing that window causes the whole NeoVim session to close.I'll try to debug at some time.