Are there any Go To Definition functions similar to the SQL SERVER functions that we use in Visual Studio. It is a little painful to browse and edit an SP or feature. Any other quick editing method would be appreciated.
Some third-party tools will help, for example:
Not. SQL Server objects do not fit in a .net namespace or object hierarchy
You can imitate it Red Gate SQL Search in SQL Server Management Studio. Or SSMS Tools Pack , but none of them for Visual Studio
SQL Server 2012 seems to have this functionality. Tools -> Options -> Environment -> Keyboard -> Edit.GoToDefinition, which should be F12. If not, assign a key.
Complete dbForge SQL complete: the link is a useful tool, it has a trial version and also a free version, but it does not contain a go to definition function, only the full version does.