Antonino Perricone
Antonino Perricone
I see that If I split the documents view in a way, sometime split in the other way is forbidden:  other times it is allowed 
I would like rotate the path in 2 ways: 1. change the order from clockwise to anticlockwise (so 1.2.3 become 3.2.1) 2. change the first element (so 1.2.3 become 2.3.1)...
Hi, In my project I would like reuse some rigid body, so stop them, move and sleep, I tried with: ```ts reset(world :World) { let collider = world.getCollider(this.colliderId); let rigidBody...
Hello, I have a DateTime column that shows only time, and I would like to filter it by hour, but actually it shows the tree of the date. is it...
There is some documentation on this [page](https://code.visualstudio.com/api/extension-guides/web-extensions#language-server-protocol-in-web-extensions)
to find unused locals, and make them gray I will implement it if it gain 10 thumbs up

during debugging the debugger does not stop on altD line. 
better code analyzer to find type of the symbol in this piece of code, know if the variable is a logic or character, or, more useful, if it is a...
https://code.visualstudio.com/api/language-extensions/programmatic-language-features#rename-symbols I will implement it if it gain 10 thumbs up