haskell-language-server/plugins/hls-cabal-plugin
VeryMilkyJoe 62892ae546
Add completion for import fields in cabal files (#4305)
At the moment import fields always suggest any common stanza names
occuring in the file, while it should be only the ones defined before
the cursor position.

Also moves all CabalFields utility into a separate module

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
2024-06-16 21:15:50 +00:00
..
src/Ide/Plugin Add completion for import fields in cabal files (#4305) 2024-06-16 21:15:50 +00:00
test Add completion for import fields in cabal files (#4305) 2024-06-16 21:15:50 +00:00