We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
namespace
module
Hello,
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
Should show both Generated and Types in the intellisense suggestions.
Generated
Types
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I don't know why I can have it.
Sorry, something went wrong.
No branches or pull requests
Hello,
Describe the bug
When having this pattern, we are missing some intellisense suggestions
File A
File B
File C
Expected behaviour
Should show both
Generated
andTypes
in the intellisense suggestions.Screenshots
slack_qzl6wibhau.mp4
Machine info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: