https://github.com/sql-mistermagoo/ssmsx
SSMS 2016 Editor Extension project for adding quick fixes to SSMS using MEF extensions.
https://github.com/sql-mistermagoo/ssmsx
Last synced: 10 months ago
JSON representation
SSMS 2016 Editor Extension project for adding quick fixes to SSMS using MEF extensions.
- Host: GitHub
- URL: https://github.com/sql-mistermagoo/ssmsx
- Owner: SQL-MisterMagoo
- Created: 2016-08-02T23:38:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T21:59:12.000Z (about 8 years ago)
- Last Synced: 2025-07-01T15:12:20.100Z (12 months ago)
- Language: C#
- Size: 48.8 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# SSMSX
[](https://ci.appveyor.com/project/SQL-MisterMagoo/ssmsx)
Download this extension from the [CI build](http://vsixgallery.com/extension/SSMSX.1123e54f-64e7-4ee4-bc5b-bdfec68c52ec/)
---------------------------------------
SSMS 2016 Editor Extension project for adding quick fixes to SSMS using MEF extensions.
See the [changelog](CHANGELOG.md) for changes and roadmap.
## Features
- Show last time a query window was edited.
### Last Edited
Adds an editor margin to any SQL document which displays the last time the code was edited.

## Contribute
Check out the [contribution guidelines](CONTRIBUTING.md)
if you want to contribute to this project.
For cloning and building this project yourself, make sure
to install the
[Extensibility Tools 2015](https://visualstudiogallery.msdn.microsoft.com/ab39a092-1343-46e2-b0f1-6a3f91155aa6)
extension for Visual Studio which enables some features
used by this project.
## License
[Apache 2.0](LICENSE)