haskell/haskell-ide-engine
Add code action for ignoring warnings
Ouverte
#1 192 ouverte le 23 avr. 2019
good first issuetype: enhancement
Métriques du dépôt
- Stars
- (2 354 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
It would be nice to have a code action at the location of any warning to add an OPTIONS_GHC pragma to the file turning off that warning. This may not be the best behavior to encourage though...