Implementator VS extension This extension adds a nice feature "Go To Implementation" to Visual Studio code editor.This feature allows you to navigate directly to interface method implementation, instead to it's declaration.When interface has more than one implementation - you will see nive intellisense-like popup window, where you can chose from available implementations: As it is very first version of this extension, it is kinda slow when using in a big solutions (containing more than 1000 .cs files) and also has some limitations in obtaining 100% scope correctly implementations. There are still a lot of work to do. If this extension will get some people interested - i would countinue upgrading it. For now here is a list of next features I plan to implement:
If you are interested or have some ideas - feel free to contact me by mail -yura.dubensky@outlook.com or just post your commens here. If you like this extension and you are interested in it's future version - you can help by donating to my paypal - yura.dubensky@outlook.com. Version history:
Initial Release - (06.19.2015) v.1.1.0.0 Add support for dependent files. Fix issue with editor hangs after navigation to implementation.
Initial Release - (06.18.2015) v.1.0.0.0 |