C
C#β€’16mo ago
james441

❔ How to spell check code?

I'm using visual studio code on windows. I've used webstorm at my previous job before which has a pretty good spell checker. Ive been looking around for an extension that does this but can't seem to find one that works.
10 Replies
james441
james441β€’16mo ago
Sorry of this is a stupid question, I just get stressed because I can't spell to save my life
james441
james441β€’16mo ago
I couldn't get this extension working... It is enabled but it doesn't appear in the status bar
Kouhai
Kouhaiβ€’16mo ago
Nothing like this?
james441
james441β€’16mo ago
No, it's really strange... No idea why! Anyway, that extension does look really good, thanks πŸ‘ I will try to reinstall Vs code and see if that helps
Kouhai
Kouhaiβ€’16mo ago
Good luck, if it's still not working, try to disable it and then re-enable
Angius
Angiusβ€’16mo ago
If you used Webstorm, use Rider now. VS Code is kinda shit for C# anyway, at least compared to Rider and VS proper
james441
james441β€’16mo ago
Ha, I've tried to convince my boss to buy an ide but no luck
Monsieur Wholesome
Monsieur Wholesomeβ€’16mo ago
"go notepad++ if you have to, but I aint buying shit"
Accord
Accordβ€’16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity. Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
βœ… .NET Localization Culture FallbackHi, I'm using .NET localization in a blazor wasm hosted app, and I have the following issue: Let's ❔ How to handle migration with column changes in Ef Core code first?I need to change a table which is already in production. Specifically I need to change a field whic❔ Auto ResizeI'm attempting a little learning project and was wondering if I could get some help on the followingImplement string properties1, public string Prop { get; set} = string.Empty; 2, public string Prop { get; set} = ""; 3, public❔ Trying to use a listview but nothing updates in the viewi am trying to add a feature that groups files under user created groups. the buttons run and work. ❔ What is the difference between public static and public static virtual in a interface?This is a interface for dynamic plugins loaded from a `AssemblyLoadContext`. ```cs ο»Ώusing System; us❔ Google Api- PermissionDeniedFacing an access problem using the google Api NuGet: ````Environment.SetEnvironmentVariable("GOOGLE❔ EF Core 7 - FromSql join with same column namesThis code produces ArgumentException -> An item with the same key has already been added. Key: Custo❔ WebSocketSharp: Identify WebSocket-SessionIs there a way in WebSocketSharp to identify the session by smth like an id in the ``OnMessage``- an❔ Do I need to take any extra steps to install a Windows service with Parallel.ForEach?Is there any additional step required to install a Windows service when utilizing Parallel.ForEach,