mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #141] Feature idea: "tagging" of reference examples #61
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lindquist on GitHub (Jan 24, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/141
Use the Clang parse to find all U++ class explicitly references in an example, then let the user search for a class name in the ide startup package overview, to easily find a relevant example.
@mirek-fidler commented on GitHub (Jan 24, 2023):
I like it. But maybe clang is overkill? Detecting by raw id would work
about as well and be easier to do...
On Tue, Jan 24, 2023 at 1:44 PM Tomas Lindquist @.***>
wrote: