Nemeski@lemm.ee to Programming@programming.dev · 1 day agoDevs sound alarm after Microsoft subtracts C/C++ extension from VS Code forkswww.theregister.comexternal-linkmessage-square83fedilinkarrow-up1360arrow-down19
arrow-up1351arrow-down1external-linkDevs sound alarm after Microsoft subtracts C/C++ extension from VS Code forkswww.theregister.comNemeski@lemm.ee to Programming@programming.dev · 1 day agomessage-square83fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·22 hours agoDo you still have refactoring tools with it, like symbol renaming, go to definition, and extract method?
minus-squarecmrss2@aussie.zonelinkfedilinkarrow-up1·16 hours agoI think so, and it might even be a feature of the upstream Microsoft OSS Pyright, so even that version should(?) have those features available
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up1·6 hours agoNo Pyright is just a type checker. The IDE features are part of Pylance which is closed source.
Do you still have refactoring tools with it, like symbol renaming, go to definition, and extract method?
I think so, and it might even be a feature of the upstream Microsoft OSS Pyright, so even that version should(?) have those features available
No Pyright is just a type checker. The IDE features are part of Pylance which is closed source.