npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

com.ykmoon.reftools

v1.0.1

Published

资源被引用情况查找工具: 可以查找单独资源被引用情况。 右键点击资源Find Ref in Project即可在log中查看单个文件的引用信息。 右键点击文件夹Find 0 Ref In Folder系列可以查找0引用资源 右键指令列表: Find Ref in Project:查找单个文件被引用情况。 ●使用RG和Mac自带文件索引快速查找GUID的方式查找引用。 ●实际测试查找一个资源的引用信息大概1秒左右。 ●结果会显示在Console的log中。 F

Downloads

4

Readme

#YKMoon RefTools ##资源被引用情况查找工具: ###可以查找单独资源被引用情况。 ###右键点击资源Find Ref in Project即可在log中查看单个文件的引用信息。 ###右键点击文件夹Find 0 Ref In Folder系列可以查找0引用资源

##右键指令列表: ###Find Ref in Project:查找单个文件被引用情况。 ●使用RG和Mac自带文件索引快速查找GUID的方式查找引用。
●实际测试查找一个资源的引用信息大概1秒左右。
●结果会显示在Console的log中。
###Find 0 Ref In Folder(By Cache):在选中文件夹内查找被引用0次的资源 ●会生成引用缓存,然后再一个一个查找。
●一旦生成引用缓存后只有文件变化或者编译后才会需要重新生成,反复查找并不会重复生成。
●实际测试生成7000个资源的缓存需要时间约为1~2分钟。
●默认生成的报告会储存在项目根目录/NoReferenceAssets.txt,
可在Project Settings/YKMoon RefTools设置内更改

###Find 0 Ref In Folder(Include Atlas:在选中文件夹内查找被引用0次的资源 ●与前面Find 0 Ref In Folder(By Cache)的区别是不会忽略Atlas引用
●用来查找没有创建图集的资源

##自定义设置: ###Project Settings/YKMoon RefTools 这里可以自定义一些配置,如忽略目录等。

##特殊: ###定义 YKMOON_REFTOOLS_ENABLE_BY_FILES 时会追加
###Find 0 Ref In Folder(By Files): ●会按文件数每个调用一次Find Ref in Project,文件少的时候会比原版快一些。
●实际测试每个文件查找需要大概0.5~1秒时间,1000个文件就是1000秒……会非常非常慢故默认隐藏。