-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Feature RequestFeature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServiceVisual StudioInherited from Visual StudioInherited from Visual Studiomore votes neededIssues that have been postponed until more community members upvote itIssues that have been postponed until more community members upvote it
Milestone
Description
Type: LanguageService
Describe the bug
- OS and Version: windows 10
- VS Code Version: 1.43.0
- C/C++ Extension Version: 0.26.3
- Other extensions you installed (and if the issue persists after disabling them):
- Does this issue involve using SSH remote to run the extension on a remote machine?:
- A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
Steps to reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Logs
Insert logs here.
Screenshots
Additional context
class base {
// I'm comment
virtual void foo() {}
};
class derive : public base {
void foo() {}
};
As we often write comments on base class's (pure) virtual methods instead of repeating them on every derived classes, we hope these information could be passed to derived class when we hover the cursor on the method. Just like clion does like the following. It explicitly tells that the comment comes from base class, which will be very nice to readers.
starsharp06sharp, rbfowler9lfc, nikita240, kangyuxiang, arihilmir and 6 more
Metadata
Metadata
Assignees
Labels
Feature RequestFeature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServiceVisual StudioInherited from Visual StudioInherited from Visual Studiomore votes neededIssues that have been postponed until more community members upvote itIssues that have been postponed until more community members upvote it
