-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds non-struct implemenations, solves #4
- Loading branch information
Showing
12 changed files
with
2,589 additions
and
2,955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Change Log | ||
|
||
All notable changes to the "go-override-annotations" extension will be documented in this file. | ||
All notable changes to the "go-interface-annotations" extension will be documented in this file. | ||
|
||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. | ||
|
||
## [Unreleased] | ||
|
||
- Initial release | ||
## [0.1.0] | ||
- Adds support for non-struct implementations like `int` et cetera ([#4](https://github.com/galkowskit/go-interface-annotations/issues/4)). | ||
|
||
[unreleased]: https://github.com/galkowskit/go-interface-annotations/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/galkowskit/go-interface-annotations/compare/v0.0.3...v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# Go Interface Annotate | ||
|
||
![Demo](./assets/demo.png) | ||
|
||
A very WIP extension that adds some visual marks (and navigation) between interfaces and structs. | ||
I really liked the way JetBrains' GoLand shows when interfaces are being implemented or when structs follow some implement interfaces. Since Go has no "X implements Y" syntax, sometimes it gets hard to see at a glance what you're working with. | ||
|
||
![Demo](./assets/demo.gif) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.