Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Better handling for enum field signatures#590

Merged
SuperAuguste merged 1 commit intozigtools:masterfrom
Techatrix:fix-enum-signature
Aug 21, 2022
Merged

Better handling for enum field signatures#590
SuperAuguste merged 1 commit intozigtools:masterfrom
Techatrix:fix-enum-signature

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.

2 participants