JustCode Extensions
For quite some time we’ve been working on improving the API we use for JustCode. It got so easy to use that we decided to open it up for the general public. You are now 2 clicks away from creating your very own JustCode extension.
JustCode has always been built with modularity in mind. Starting with the latest internal build, JustCode will pick up and load all extensions placed in [JustCodeFolder]\Libraries\UserExtensions. To make it even easier for you, JustCode will install a Visual Studio template to help you build your extension.
We believe that an example is the best way to start playing with it, so the template itself contains real world examples – a refactoring, a warning + quick fix and a navigation feature. The template will set all the stuff you need to debug your project, just hit F5 and another Visual Studio instance will launch with your extension loaded. Just put a breakpoint and experiment.
Back to Top