How to log command IDs or context keys

Working with keybindings in Cursor is extremely painful. Mostly because there is no way of knowing what the command IDs or context keys for anything are. In VSCode I am able to log the context keys and command IDs for actions I execute in the application, but this feature seems to have been removed or is broken in Cursor.

Does anyone know a way to do this so I can find the command ID I need to override in keybindings.json?