[Feature Request] Prompt Users To Open Visual Studio when Double Clicking Nodes

When working in a bp if you double click a node it automatically starts launching visual studio to view the definition.
Often times navigating to the c++ definition is not the intent, but it costs a lot of time if the visual studio isn’t open already. It can take a couple minutes for ue to be reasonably responsive again in some cases.

Ideally, when a user would double click a node that would take them to view a c++ definition, instead present a prompt asking if they would like to view the c++ definition. If the user does want to view the c++ def, launch visual studio and navigate to the definition, otherwise do nothing. The prompt should also contain a don’t ask again option.