Comment the import { defineComponent } from 'vue' line
Notice a lot of things unexpectingly shuffling around (like the > of a closing paragraph tag several lines down
For a more dramatic example you can check the Zig example on the same page and comment line 12 defer list.deinit();, a lot more symbol names jump around
Expected Behaviour
In the case of commenting / decommenting a line I feel like the transition should be really simple, the line should just shift with the addition of the comment symbol and the color should fade
How to reproduce
import { defineComponent } from 'vue'
line>
of a closing paragraph tag several lines down For a more dramatic example you can check the Zig example on the same page and comment line 12defer list.deinit();
, a lot more symbol names jump aroundExpected Behaviour In the case of commenting / decommenting a line I feel like the transition should be really simple, the line should just shift with the addition of the comment symbol and the color should fade