Sublime Text on click go to function definition

Sublime text not come up with built in functionality for go to function definition on mouse click event.
Lots of people facing the same issue with Sublime text editor.
We have quick and easy solution for this functionality. We can easily implement this functionality to sublime.
below are the steps – 
1. Create file with name – Default (Windows).sublime-mousemap with file type sublime-mousemap
2. Add this code snippet to created file

 

3. Copy created file to User folder( C:\Users\(Your_User_Name)\AppData\Roaming\Sublime Text 3\Packages\User )
4. Restart Sublime.