Nemeski@lemm.ee to Programming@programming.dev · 22 hours agoDevs sound alarm after Microsoft subtracts C/C++ extension from VS Code forkswww.theregister.comexternal-linkmessage-square60fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkDevs sound alarm after Microsoft subtracts C/C++ extension from VS Code forkswww.theregister.comNemeski@lemm.ee to Programming@programming.dev · 22 hours agomessage-square60fedilink
minus-squarechakli@lemmy.worldlinkfedilinkarrow-up0·22 hours agoIf someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb. The only things I am lacking now is the one for remote, python.
minus-squaremamotromico@lemmy.mllinkfedilinkarrow-up0·17 hours agoOooh I’ll give it a try, wasn’t aware of it.
minus-squarecmrss2@aussie.zonelinkfedilinkarrow-up0·21 hours agoBasedPyright should have you covered on the Python end, the downside is you also need to install the PyPi package. Have used it and it’s excellent, even has additional features over Pylance
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·15 hours agoDo you still have refactoring tools with it, like symbol renaming, go to definition, and extract method?
If someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb.
The only things I am lacking now is the one for remote, python.
Oooh I’ll give it a try, wasn’t aware of it.
BasedPyright should have you covered on the Python end, the downside is you also need to install the PyPi package.
Have used it and it’s excellent, even has additional features over Pylance
Do you still have refactoring tools with it, like symbol renaming, go to definition, and extract method?