haskell-language-server/plugins/hls-explicit-fixity-plugin
hololeap c422cf373a
Add source-repository to all cabal files (#3219)
Add a source-repository stanza to any .cabal files in the project that
are missing it.

This metadata can be useful for package maintainers.

See: https://cabal.readthedocs.io/en/stable/cabal-package.html#source-repositories

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

Signed-off-by: hololeap <hololeap@users.noreply.github.com>
2022-09-24 02:50:25 +00:00
..
src/Ide/Plugin Log plugin name and attribute errors to plugins (#3194) 2022-09-21 17:36:19 +00:00
test Log plugin name and attribute errors to plugins (#3194) 2022-09-21 17:36:19 +00:00
fixity1.png hls-explicit-fixity-plugin (#2941) 2022-08-11 11:48:18 -04:00
fixity2.png hls-explicit-fixity-plugin (#2941) 2022-08-11 11:48:18 -04:00
hls-explicit-fixity-plugin.cabal Add source-repository to all cabal files (#3219) 2022-09-24 02:50:25 +00:00
LICENSE hls-explicit-fixity-plugin (#2941) 2022-08-11 11:48:18 -04:00
README.md hls-explicit-fixity-plugin (#2941) 2022-08-11 11:48:18 -04:00

Explicit Fixity Plugin

The hls-explicit-fixity-plugin will show available fixity explicitly while hovering.

Demo

fixity1

fixity2

Change log

1.0.0.0

  • Released!