You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The completion only occurs if it happens between two {-# #-}, and if I select the completion, this is the result:
This is invalid code. Would be better if we did not introduce the second #-}.
In LANGUAGE pragmas at the very beginning of a file, this does not happen, so I presume this requires just a little bit of fine-tuning of the existing code and adding a test-case.