Skip to content

Missing intellisense propositon when mixing namespace and module #2066

Open
@MangelMaxime

Description

@MangelMaxime

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions