D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 23285 - code.dlang.org: code search would be a great feature
Summary: code.dlang.org: code search would be a great feature
Status: NEW
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P4 enhancement
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-07 12:38 UTC by Andrej Mitrovic
Modified: 2024-12-15 15:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andrej Mitrovic 2022-08-07 12:38:25 UTC
Scenario from today: I'm looking into fixing some of my old code which uses Windows COM classes.

Ideally I'd like to use an existing D COM utility library. But, I can't find any relevant package on code.dlang.org just by searching for COM or Windows. 

However, if I could use code search then I could simply search for `IUnknown` and that would probably find a bunch of projects which use COM.

---

In the end I did find what I was looking for, but only because I had the knowledge that VisualD uses COM: https://github.com/dlang/visuald/blob/e67848ff0388c3c7b06a2f034ecee5723f844ef9/stdext/com.d#L33-L46
Comment 1 dlangBugzillaToGithub 2024-12-15 15:27:29 UTC
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dlang.org/issues/3993

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB