C
C#•3mo ago
Charli

C# with Neovim

Hey! I'm trying to set up neovim with C# on WSL. Using latest 9.5 nvim. I managed to get OmniSharp (the LSP) working, and MOST of it works, but when I try to go to definiton or find a reference, I get this error. What's interesting, when I run go to definition on a method, it works. Any idea what's going on? How to even debug this thing? Sorry I'm new to nvim 😓 For context: using lazy.nvim, fresh kickstart.nvim with only omnisharp added
No description
2 Replies
jcotton42
jcotton42•3mo ago
I think @WhiteBlackGoose does nvim + C# They might know
WhiteBlackGoose
WhiteBlackGoose•3mo ago
Oof Nvim moment Probably version mismatch, but not much you can do about it if you're already on the latest stuff you can try a fresh config with telescope + nvim-config installed and see if you repro the error
Want results from more Discord servers?
Add your server
More Posts
Question to software development interviewers, is it ok to keep portfolio on localhost over prod?Spent a week migrating my websites to the cloud, frontend uploaded to Netlify. Currently delving intRedis or database for cache, distribiuted lock, signalR scale-out?I am evaluating whether to use Redis or alternative methods for caching, distributed locking, and scDiscord.net help - Trying to access a users rolesDoes anybody know a method I can use to access a users discord roles whilst I am logging into my appSeeking community input for project ideas to learn problem-solving and best practicesI recently completed 2 solo projects, a basic notes taking app and a basic e-commerce portal, withouSelecting an overloaded method based on the runtime type of an object by casting it to dynamicIs this something I should do ? Is it a common pattern ? Are there any downsides / unexpected behavi✅ cant assign a value to a variable```cs using System; using System.Collections.Generic; using System.Linq; using System.Reflection.PorEF Core Where on multiple fields## Initial question Hi! I'm currently running into an issue where I try and do something along the✅ Help with LINK Async !Hi ! I am having a trouble with this code: public async Task<IEnumerable<Customer>> GetAllAsync() {Serialization/DeserializationI have a Windows Forms C# application, where I have multiple classes(like Board, Context, Layout, ReCss doesn't show up on .asp websiteHi, using <link rel="stylesheet" type="text/css" href="..."> tag doesn't work on .net website How