"Go to Definition" will often take you to a library's code in your venv. If you try to create a new file after that, it will default the save location inside the venv. This is almost never what you ...
When I was working on a backend of a gui library, upgrading some c based backend into the relative zig implementation (e.g.: c based raylib libarary -> raylib-zig), to ensure backward compatibility, I ...