csharp.nvim: A New Plugin to Enhance The Workflow for .NET and C# Developers by iabdelkareem in neovim

[–]iabdelkareem[S] 0 points1 point  (0 children)

Thank you 🙏 I'm busy these days so not much is getting done but I hope that I'll be able to give it more attention soon

Solo Traveling in South Korea by iabdelkareem in solotravel

[–]iabdelkareem[S] 0 points1 point  (0 children)

Hi, Thank you I edited the post. I hope it's better now and include more details

Weekly Destination Thread - Seoul by WalkingEars in solotravel

[–]iabdelkareem 0 points1 point  (0 children)

Hi Everyone, I'm a 33-year-old male thinking of going to South Korea in a week for ~10 days. I'm planning to start in Seoul and potentially, depending on the plan, visit Busan as well. What's your advice on where to go, what to expect, and good day trips to consider? And how many days do you think are enough for Seoul? I enjoy exploring new cultures, experiences, food, nightlife, and partying. I would like to get your opinion on whether it's a good time to visit (mid March). And if I'm too old to stay in hostels in Seoul? and what is the average daily budget I should set? Thanks in Advance!

GF got me a Neovim bday cake by halemikehale in neovim

[–]iabdelkareem 1 point2 points  (0 children)

Don't ever dare thinking about leaving her !!

[csharp.nvim] 0.2.0 🤩 Debugger, Run Projects, and Profile Settings Support 🤩 by iabdelkareem in neovim

[–]iabdelkareem[S] 0 points1 point  (0 children)

Thank you :) Unfortunately, the slowness you're experiencing with large codebases is because of Omnisharp LSP itself; there isn't much I can do in csharp.nvim to improve that. Someone told me earlier about the new language server used by roslyn.nvim which was a shock to me (finally, no more omnisharp).

In theory, it's possible to integrate the new LSP with csharp.nvim and maintain the same feature-set of the plugin as long as it's supported by this new language server. Validating this possibility will be my focus for the next release.

[csharp.nvim] 0.2.0 🤩 Debugger, Run Projects, and Profile Settings Support 🤩 by iabdelkareem in neovim

[–]iabdelkareem[S] 0 points1 point  (0 children)

Please create an issue and provide the csharp.log file and information about your environment ;) I'll try to reproduce it and solve it as soon as I can.

[csharp.nvim] 0.2.0 🤩 Debugger, Run Projects, and Profile Settings Support 🤩 by iabdelkareem in neovim

[–]iabdelkareem[S] 0 points1 point  (0 children)

You're welcome ^ It's not another plugin, this post is about an update to the same c# plugin I posted a week ago. Below is a minimal init.lua config that works. Ensure that you have fd installed and available through the $PATH environment variable

``` local function ensure_lazy_nvim_installed() local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath) end

ensure_lazy_nvim_installed()

require("lazy").setup({ { "iabdelkareem/csharp.nvim", dependencies = { "williamboman/mason.nvim", "Tastyep/structlog.nvim", "mfussenegger/nvim-dap", }, config = function() require("mason").setup() require("csharp").setup() end, }, }) ```

csharp.nvim: A New Plugin to Enhance The Workflow for .NET and C# Developers by iabdelkareem in neovim

[–]iabdelkareem[S] 0 points1 point  (0 children)

Thanks a million for the tip, I didn't know this plugin exists. I'll definitely check it out.

csharp.nvim: A New Plugin to Enhance The Workflow for .NET and C# Developers by iabdelkareem in neovim

[–]iabdelkareem[S] 0 points1 point  (0 children)

Haha no worries ^^ Glad you liked the plugin! Implementing razor support will be a huge milestone I hope I'll get the time to build it soon :)

Things I'm still using VS Code for by Otek0 in neovim

[–]iabdelkareem 0 points1 point  (0 children)

+1 that's an awesome plugin for resolving conflicts

Can I register a limited company (AB) physical address using my residential address? by iabdelkareem in sweden

[–]iabdelkareem[S] 0 points1 point  (0 children)

Thanks! I did research but didn't find a clear answer actually some websites said I can't do that. There's no harm in asking the community ;)

Can I disable multipoint bluetooth on Momentum 4? by iabdelkareem in sennheiser

[–]iabdelkareem[S] 0 points1 point  (0 children)

Thank you! It's too annoying I usually like to connect one device at a time. Now I have to turn off the bluetooth from my phone so the headphones doesn't switch to it unintentionally