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

Better handling for enum field signatures #590

Merged
merged 1 commit into from
Aug 21, 2022

Conversation

Techatrix
Copy link
Member

Improvment on #518 but doesn't really fix it.
Instead it just displays nothing but it should probably the underlying type of the enum.

const E = std.builtin.Endian;
const e = E.<cursor here> // should show 'std.builtin.Endian' in completion

@SuperAuguste
Copy link
Member

Nice one!

@SuperAuguste SuperAuguste merged commit cef1e83 into zigtools:master Aug 21, 2022
@Techatrix Techatrix deleted the fix-enum-signature branch August 21, 2022 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants