haskell/haskell-ide-engine

Add code action for ignoring warnings

Open

#1,192 opened on Apr 23, 2019

View on GitHub
 (0 comments) (2 reactions) (0 assignees)Haskell (2,358 stars) (205 forks)batch import
good first issuetype: enhancement

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...

Contributor guide