如何搜索 npm 包里的代码?

VforVendetta · 3 天前 · 827 次点击

例如我想搜索 prisma/client 这个包代码里是否有这个方法 findUnique 。

只能下载 npm 安装后搜索吗

举报· 827 次点击
登录 注册 站外分享
7 条回复  
g1vemep0wer 小成 3 天前
试试 GitHub 的高级搜索功能
musi 小成 3 天前
这不是支持 ts 么,一般 ide 有提示的吧
subframe75361 小成 3 天前
https://sourcegraph.com/search or https://grep.app
hahastudio 小成 3 天前
https://github.com/search?q=repo%3Aprisma%2Fprisma+path%3A%2F%5Epackages%5C%2Fclient%5C%2Fsrc%5C%2F%2F+findUnique&type=code 但我听上去怎么觉得你像是需要文档? https://www.prisma.io/docs
Jasonwxy 小成 3 天前
https://i.imgur.com/TF9DNnd.png 左边的 sourcegraph 右边 github 自带的搜索 或者直接项目主页按.打开在线 vscode 搜
lisxour 小成 3 天前
楼上说的方法不靠谱,有的 npm 包没开源的,不一定在 github 上面有
catinsides 小成 3 天前
1.找到 github 仓库 2.按 `.` (逗号旁边的) 3.进入 web editor 搜索 适用于开源
返回顶部