* moved SourcetrailPlugin to separate GitHub repository: https://github.com/CoatiSoftware/vs-sourcetrail * changed Readme in ide_plugins folder to point to that repo and give instructions on how to install * removed vsix from windows package * renamed SourcetrailPlugin project to SourcetrailExtension * changed assembly name to vs-sourcetrail * removed plugin install script because the tests now use a configured experimental instance of Visual Studio * added license file for cinder solution that is used in plugin integration tests * replace license file with apache license * added boilerplate notice of Apache License 2 to source files of plugin
13 lines
543 B
Markdown
13 lines
543 B
Markdown
#vs-sourcetrail
|
|
|
|
The Visual Studio extension source code is hosted at Github.
|
|
|
|
The extension is available in the Visual Studio Marketplace. To install this extension follow these steps:
|
|
* open Visual Studio
|
|
* from the menu bar select `Tools` -> `Extensions and Updates...`
|
|
* in the `Extensions and Updates` dialog choose `Online` -> `Visual Studio Gallery`
|
|
* press `Ctrl` + `E` and enter "sourcetrail" into the search bar
|
|
* click the install button
|
|
|
|
Link to the repository: [vsce-sourcetrail](https://github.com/CoatiSoftware/vs-sourcetrail).
|