Nathan Faubion
Nathan Faubion
Alternatively, some sort of dynamic context that follows control flow, rather than a lexical environment.
Additionally it could also rank modules that are already imported.
By recently, I mean past month or so.
Yes, I mean duplicate qualified imports, like ``` import Data.Map as Map import Data.Map as Map ``` The reason I didn't suspect `purs ide` specifically is because we've been on...
> purs version 0.13.8 Well, _I'm_ not on the latest then 😆
Example of it happening. Still not sure what triggers it. What sort of state is maintained in the server that might influence this?
I'd consider this a bug in purty. It should probably format imports the way the ide does, or at least not reformat it. IDE import formatting is controlled by `purs...
Sorry about this. Apparently I'm not automatically watching my repos, so I've gotten no notifications 😆
I think this can be formulated without `expand`: ```purescript class VariantInjTagged a b | a -> b where injTagged :: Record a -> Variant b instance variantInjTagged :: ( RowToList...
I think it would be valuable to track index by code unit. The positions now are line/col by code point. I'm not sure anyone wants index by code point.