gpt4 book ai didi

sublimetext2 - 如何在 Sublime Text 中将文件夹排除在索引之外,同时仍将其显示在侧边栏中?

转载 作者:行者123 更新时间:2023-12-03 04:49:56 27 4
gpt4 key购买 nike

对于具有许多依赖项的大型项目,例如在 node_modules/ 文件夹中,我注意到由于 Sublime 索引了文件夹中的所有文件,CPU 经常出现峰值。

我知道我可以使用 folder_exclude_patterns 设置隐藏文件和文件夹,但我仍然希望该文件夹在侧边栏中可见。

我怎样才能保留例如node_modules/ 位于侧边栏中,但将其排除在索引之外?

最佳答案

要从索引中排除文件但将其保留在侧边栏中,请使用用户设置中的 binary_file_patterns 设置,例如:

"binary_file_patterns": [
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds",
"*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip",
"node_modules/**",
"bower_components/**"
]

确保复制设置 - 默认首选项中的值(此处显示为“*.jpg”等),否则您将开始为二进制文件建立索引。

关于sublimetext2 - 如何在 Sublime Text 中将文件夹排除在索引之外,同时仍将其显示在侧边栏中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30954728/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com