-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
component: hls-cabal-pluginIssues related to the hls-cabal-pluginIssues related to the hls-cabal-pluginlevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
The completion doesn't seem to include autogen-modules
.
Your environment
HLS 2.9.0.1
Which OS do you use?
Arch Linux
Which version of GHC do you use and how did you install it?
9.6.6
How is your project built (alternative: link to the project)?
cabal
Steps to reproduce
In any correct .cabal
file stanza, write:
library my-lib
autogen
Expected behaviour
Should offer completion for the autogen-modules
key
Note: I don't expect completions for the modules within a autogen-modules
field. That's probably impossible.
Actual behaviour
Does not offer the completion
kands-code
Metadata
Metadata
Assignees
Labels
component: hls-cabal-pluginIssues related to the hls-cabal-pluginIssues related to the hls-cabal-pluginlevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
fendor commentedon Mar 24, 2025
Same issue for
autogen-includes
Add completions for autogen-modules and autogen-includes in cabal fil…
Add completions for autogen-modules and autogen-includes in cabal fil…
Add autogen field completions to cabal stanzas (haskell#4526)
Add completions for autogen-modules and autogen-includes in cabal fil…
fendor commentedon May 12, 2025
Closed by #4587