0👍
I ended up finding an answer right after posting this. So the solution I found was creating a live template called ‘deconstruct’ in pycharm that looks like this:
const {$variable$} = $object$
And setting the order of the variables to first go to $object$, then to $variables$, and then to the end of the line.
Now deconstructing is as fast as the uglier normal way 🙂
Source:stackexchange.com