Open
Description
Hello,
Describe the bug
When having this pattern, we are missing some intellisense suggestions
File A
module Motivity.Thoth.Json.Tests.Types
type Foo = class end
File B
namespace Motivity.Thoth.Json.Tests
module Generated =
type Bar = class end
File C
namespace Motivity.Thoth.Json.Tests
open Motivity.Thoth.Json.Tests.Types
// ^
// Here we only have Generated as a proposition
type Dummy = class end
Expected behaviour
Should show both Generated
and Types
in the intellisense suggestions.
Screenshots
slack_qzl6wibhau.mp4
Machine info
- OS: Windows
- .NET SDK version: [e.g. 5.0.100]
- Ionide version: 7.25.2
Additional context
Add any other context about the problem here.
Activity