I want to create an Eclipse style shortcut Ctrl+MouseClick to open the function/method. Sublime Text 3 has already this function called goto_defi
goto_defi
To set go to definition to alt + d. From the Menu Preferences > Key Bindings-User. And then add the following JSON.
[ { "keys": ["alt+d"], "command": "goto_definition" } ]