Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing intellisense propositon when mixing namespace and module #2066

Open
MangelMaxime opened this issue Feb 19, 2025 · 1 comment
Open
Labels

Comments

@MangelMaxime
Copy link
Contributor

MangelMaxime commented Feb 19, 2025

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.

@LH-and-FPGA
Copy link
Contributor

Image
I don't know why I can have it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants