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

code.dlang.org: code search would be a great feature #3993

Open
dlangBugzillaToGithub opened this issue Aug 7, 2022 · 0 comments
Open

code.dlang.org: code search would be a great feature #3993

dlangBugzillaToGithub opened this issue Aug 7, 2022 · 0 comments

Comments

@dlangBugzillaToGithub
Copy link

Andrej Mitrovic (@AndrejMitrovic) reported this on 2022-08-07T12:38:25Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=23285

Description

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant