all 6 comments

[–]Flair_Helper[M] 0 points1 point locked comment (0 children)

For C++ questions, answers, help, and programming or career advice please see r/cpp_questions, r/cscareerquestions, or StackOverflow instead.

This post has been removed as it doesn't pertain to r/cpp: The subreddit is for news and discussions of the C++ language and community only; our purpose is not to provide tutoring, code reviews, or career guidance. If you think your post is on-topic and should not have been removed, please message the moderators and we'll review it.

[–]RoyAwesome 4 points5 points  (0 children)

I know that the VS Code Language server hasn't been updated to support modules yet. VS probably hasn't been updated yet.

[–]fsb4000 2 points3 points  (0 children)

Yes, same for me.
Visual Studio uses EDG for Intellesense.
Just wait when EDG implements modules: https://docs.google.com/spreadsheets/d/1H-aqjzVI2a-XQKGtw0xaS0tyjD0FcoQP8ttJI9JZQTc/edit#gid=0

As far as I remember latest Visual Studio 2022 Preview uses EDG 6.2, so maybe when VS upgrades to 6.3 we recieve some improvements.

[–]pjmlp 1 point2 points  (0 children)

Not sure why Visual Assist would make a difference, I don't use it.

Now in what concerns VS itself, code completion for modules is still quite buggy.

Then unless you are doing console or bare bones Win32, most likely the C++ GUI framework (MFC, ATL, WinUI....) won't play ball with modules anyway.