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

Nested Class Support #394

Closed
wjk opened this issue May 31, 2016 · 2 comments
Closed

Nested Class Support #394

wjk opened this issue May 31, 2016 · 2 comments
Assignees
Milestone

Comments

@wjk
Copy link
Contributor

wjk commented May 31, 2016

I am currently working on porting Eto to .NET Core, and the Eto codebase uses a large number of nested types. However, I notice that the VSCode IntelliSense parser does not handle nested types correctly. For example, when I move the mouse over the declaration of Eto.EtoEnvironment.IHandler, the tooltip displays Eto.IHandler. This may cause problems, as by this logic Eto will have dozens of interfaces called IHandler, each of them appearing to be in the same namespace. Note that the C# compiler parses this code properly.

@DustinCampbell
Copy link
Member

This will be fixed in the next release. Thanks @filipw!

@DustinCampbell
Copy link
Member

I've created a v1.6-beta2 release of the C# extension that contains this fix, among others. See this page for information on installing beta releases

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

No branches or pull requests

3 participants