Sometimes I want to explicitly copy the inferred shape of an object to make it explicit. In vscode, I used to copy and paste from the popup window, but there doesn't seem to be a way to do this (I didn't see any text-selection: none in the generated CSS, so wasn't sure if this was controlled at a lower level).
Use case:
Sometimes I want to explicitly copy the inferred shape of an object to make it explicit. In vscode, I used to copy and paste from the popup window, but there doesn't seem to be a way to do this (I didn't see any
text-selection: none
in the generated CSS, so wasn't sure if this was controlled at a lower level).