Code Monkey home page Code Monkey logo

Comments (5)

sagold avatar sagold commented on July 4, 2024 1

Since version v0.3.1 node_modules are completly ignored by default: 1bf8fd8.

I hope this solves this issue.
Thank you for your feedback

from fuzzyfilepath.

sagold avatar sagold commented on July 4, 2024

Hi joadr.

I will revert the ignore pattern to the previous one on the next update. The old setting is still working, but you have to restart sublime to load it correctly. And note that this is a regular expression. Some characters may have to be escaped in order to be valid.

As for using ignore folder patterns. I thought about this and would prefer to use this setting. Unfortunately sublime's settings do not support regex patterns. In my case, i am whitelisting specific node_modules, which is only possible through regex or tedious work. Another reason is, they describe different files. Sublime suggest files i want to edit, ffp suggest files i want to include. Those sets may not always be the same.

Hope this makes sense. Happy to hear other opinions.

from fuzzyfilepath.

saschagehlich avatar saschagehlich commented on July 4, 2024

Any update on this one @sagold? This is a big show stopper for this plugin - it's caching >40k files in a medium sized project

from fuzzyfilepath.

joadr avatar joadr commented on July 4, 2024

I tried the solution provided by @sagold but didn't work for me... it's still showing the node_modules files:(

from fuzzyfilepath.

sagold avatar sagold commented on July 4, 2024

I am using the following working configuration in my FuzzyFilePath-User-Settings:

"exclude_folders": ["node\\_modules\/(?!sz).*", "bower\\_components/.*/bower\\_components"],

I am planing to change the default and update FFP in the next week. Please let me know if your exclude_folders-settings are not applied.

Regards.
sagold

from fuzzyfilepath.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.