Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Link to pragma documentation #18

Open
langston-barrett opened this issue Jan 22, 2019 · 1 comment
Open

Enhancement: Link to pragma documentation #18

langston-barrett opened this issue Jan 22, 2019 · 1 comment
Assignees

Comments

@langston-barrett
Copy link

It would be quite convenient if GHC pragmas like {-# OVERLAPS #-} or {-# LANGUAGE OverloadedStrings #-} linked to their documentation!

@alexwl alexwl self-assigned this Jan 23, 2019
@alexwl
Copy link
Owner

alexwl commented Jan 23, 2019

I haven't thought about it before.

It's a useful feature since the number of language extensions that GHC supports is impressive:

$ ghc --supported-extensions | wc -l
247

I think I can implement this feature completely on the client side (there will be no need to rebuild haskell-code-indexer and to reindex packages).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants