Nino Floris
Nino Floris
Whoops, yes it seems it's a color scheme thing (I'm using Visual Studio Dark) Maybe we could ship a better color by default?
Ah that's welcome. About 3, I guess similarly it should take into account `RequireQualifiedAccess` if it doesn't already.
```fs namespace Foo [] module Operators = let foo x = () namespace Bar module Bar = let bar x = foo // try to import this, result will be...
That `Auto` module was meant to be `Operators` of course... Fixed
Trying to import a nested class (so, defined in C#) causes a compiler error because it just tries to import the parent class, which is not allowed until open static...
Working on it :)
So quick fix ignores the parent class and imports just the namespace which is wrong in its own way without symbol fixup at the import site, while code completion tries...
```fs let foo = Seq.singleton 1 //
Alright makes, sense I'll try to add some more info next time :) I really only get a direct go to definition into prim-types, no dropdown. This is on EAP...
This is still the case in 2021.2 in a regular net5.0 tfm console app. Doesn't matter if you click on Seq or singleton. https://user-images.githubusercontent.com/4218809/123522829-4a16b880-d6c0-11eb-9d0c-b0de01069bbd.mov