Dew Drop – April 14, 2026 (#4646) – Morning Dew by Alvin Ashcraft

https://github.com/archo5/vsext_numtweak

here's the extension

it's limited to VS2017 for now because that's what I use (but you can change the version range in package config)

it should work for other versions as well (based on what the docs suggested) but I haven't bothered to test any

curious if anyone can come up with improvements

I'd like to upload a prebuilt package but I need to dogfood it first and the chances that others are still using VS2017 seem small

#visualstudio #ui #programming

GitHub - archo5/vsext_numtweak: Number tweaker extension for Visual Studio

Number tweaker extension for Visual Studio. Contribute to archo5/vsext_numtweak development by creating an account on GitHub.

GitHub

converted the preview to an "adornment" (as VS calls overlapping UI layers)

also added a preview indicating which digit would be modified by scrolling

this concludes the prototype work so all that's left to do is to polish the remaining rough edges and clean everything up

also didn't have room to mention previously - I've sidestepped the undo history merging issue when committing on each tiny edit by only committing when right alt is released instead

#visualstudio #ui #programming

making some progress

here's number tweaking with the scroll wheel while holding right alt, optionally holding 5/6/7/8/9/0 to change which position should be tweaked

decided to just use the decimal type with string cleanup (trailing zeroes) to avoid having to do complex string manipulation myself

the number keys do not seem to trigger menu events that eat the "right alt up" event like the [B N M , . /] keys did, hopefully that won't change in the future (win11/vs>2017)

#ui #visualstudio

✏️️ Microsoft publie la version 1.115 de Visual Studio Code, améliorant davantage l'expérience de développement natif pour agents grâce à l'introduction de la nouvelle application compagnon VS Code Agents....

🔗 Lire l'article sur Developpez.com: https://visualstudio.developpez.com/actu/382100/Microsoft-publie-la-version-1-115-de-Visual-Studio-Code-ameliorant-davantage-l-experience-de-developpement-natif-pour-agents-grace-a-l-introduction-de-la-nouvelle-application-compagnon-VS-Code-Agents/

#️⃣ #Informatique #Visualstudio

Dew Drop – April 13, 2026 (#4645) – Morning Dew by Alvin Ashcraft

lol so now I'm working on a #VisualStudio extension where you can scroll a number up or down if you hold down Right Alt

got the basics working too but now it's only handling one digit for now (the last one or the one right before dot, if a dot was found), and spamming the undo history with each step

I could probably have number in-/decrementor as a separate testable function to speed up development of that part and focus on seeing what I can get out of VS wrt undo/selections

#ui #programming

Microsoft adds domain libraries and Copilot integration to the quantum development kit - Help Net Security

The Microsoft Quantum Development Kit (QDK) is an open-source toolkit that runs on laptops and in common development environments.

Help Net Security