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
Skip parsing without haddock for above GHC9.0 (#2338)
* Skip parsing without haddock for above GHC9.0
* Use runtime ghc version check
* Need parse twice in getParsedModuleRule
* Include sortText in completions and improve suggestions (#2332)
* sort completions
* add an example
* Include fuzzy scores in completions sort text
* hlints
* Extend completion documentation to inform whether an identifier is alreaady imported
* Ditch alphabetical ordering - it's incompatible with qualified completions
* Fix bugs in completion help text
This fixes the ugly "Imported from 'Just B'" and other inconsistencies
* added tests for qualified completions
* Fix redundant import
* Inline Fuzzy.match to apply [1] and to be case-sensitive on first match
[1] - joom/fuzzy#4
* fixup! Fix bugs in completion help text
* Sort qualified completions first
* Filter out global suggestions that overlap with local
For example, don't suggest GHC.Exts.fromList when Data.Map.fromList is in scope alraedy
* Sort completions alphabetically
* Show provenance in detail text
* Sort local/in-scope completions first
* Fix build with GHC 9
* Ignore func symbol tests
Co-authored-by: Alex Naspo <[email protected]>
Co-authored-by: Javier Neira <[email protected]>
* Give unique names to post-jobs (#2337)
* Restore comment
* Parse only with Haddock above GHC90
* Remove obsolete comment
Co-authored-by: Pepe Iborra <[email protected]>
Co-authored-by: Alex Naspo <[email protected]>
Co-authored-by: Javier Neira <[email protected]>
0 commit comments