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
When writing cabal files, developers often don't know the actual specification and it is tedious to have to look up the field names and which kinds of values to write for each field whenever one writes such a file.
Additionally, completion for any file-type is a good quality of life enhancement.
Completion of field-names
Simple completion of available field names in cabal file.
Completion of within stanza
No completion of top level field names after stanza has been written
Completion of cabal values
Suggest sensible inputs for values of field names.
When writing cabal files, developers often don't know the actual specification and it is tedious to have to look up the field names and which kinds of values to write for each field whenever one writes such a file.
Additionally, completion for any file-type is a good quality of life enhancement.
Completion of field-names
Completion of cabal values
cabal-version
,license
,testsuite > type
,source-repository > type
, filepath values, directory path valuesbuild-type
,default-language
,name
,ghc-options
,exposed-modules
,other-modules
,main-is
.Scoring for completions
Field descriptions
The text was updated successfully, but these errors were encountered: