2026 still has a mind of its own, sometimes it suggests banal auto-completions if you've been applying multiple similar statements in different places in the file. I got funny bug while turning the upside down the database backend in software at work, when I wanted to continue execution from the breakpoint, it said it can't apply code changes due to internal error, even though there were no changes, the thing was built after cleaning solution. I just restarted VS at that point.
Something that applies to 2022 as well as 2026, DO NOT have the solution opened while performing operations through TortoiseGit that change files in the repository. Visual Studio may cause files to be randomly deleted during rebasing, they you'll wonder while editing commits why file X is suddenly shown as missing. I know Git is integrated in Visual Studio, though I haven't quite got accustomed to its interface. Plus, if I'm not mistaken, there aren't any options to interface with git svn, which TortoiseGit has. Speaking of the former, I was recently surprised by the warning saying git svn is no longer supported by the Git for Windows project after recently updating from I think 2.43 something. It still works, but appears to be on the chopping block and they say to use Linux version of Git through Windows Subsystem for Linux if git svn is needed (and want the latest and greatest Git). git svn is a bit of band-aid solution, need to know its gotchas, but it's either that or having no useful client-side features.
Does anyone here use Visual Studio for editing JavaScript files? If so, have you performed any tweaks? Seems I'd have to at least find the settings for identation. Visual Studio Code seems nicer to work with JavaScript out-of-box (but it's an Electron monstrosity). At some point, I installed TypeScript (ESLint, Prettier) in Visual Studio in hope to get some useful hints about the code. But, all this web tech is so foreign me. Maybe there's a way to configure it right, but as it is, everything in every file I open is underlined. Or maybe all code is simply crap!
