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

IntelliSense very slow after #include <magic_enum.hpp> #207

Closed
MarkusMiller opened this issue Aug 17, 2022 · 9 comments
Closed

IntelliSense very slow after #include <magic_enum.hpp> #207

MarkusMiller opened this issue Aug 17, 2022 · 9 comments
Labels
help wanted Extra attention is needed invalid This doesn't seem right

Comments

@MarkusMiller
Copy link

Hello,

I just stumbled across the issue that IntelliSense somehow stopped working smoothly after including magic_enum.hpp. I noticed this already last week in another cpp-File but couldn't see any reason, why that happened. It also was only present in that file. I just created a new file and included magic_enum.hpp as first header and IntelliSense was slow right after that. It recovers, though, when commenting the header out again.

Is that just the case for me?

@vNaonLu
Copy link

vNaonLu commented Aug 25, 2022

the same issue occurs on vscode with C/C++ v1.12.0 extension.

@Neargye Neargye added help wanted Extra attention is needed invalid This doesn't seem right labels Sep 2, 2022
@Germwalker
Copy link

same issue, intellisense slow after including the header

@Trass3r
Copy link

Trass3r commented Nov 4, 2022

The header is heavy on compile-time in general which may be the cause.
#219

@Neargye
Copy link
Owner

Neargye commented Nov 28, 2022

@MarkusMiller @Germwalker @vNaonLu Could you please check how it is now on the latest master?

@MarkusMiller
Copy link
Author

Will try it in the next days and get back to you

@Germwalker
Copy link

It's better for me ! Seems to be as transparent as other libs. Thank you !

@MarkusMiller
Copy link
Author

MarkusMiller commented Nov 30, 2022

It seems to work now. Thank you

@vNaonLu
Copy link

vNaonLu commented Nov 30, 2022

Sorry for the late reply. It works for me now. Thank you.

@Neargye
Copy link
Owner

Neargye commented Nov 30, 2022

Will prepare new release with improvements

@Neargye Neargye closed this as completed Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

5 participants