Skip to content

[FEATURE REQUEST] Enable the plugin to "unhide" gitignore'ed object(s) #446

@Jarmos-san

Description

@Jarmos-san

The Current Issue I'm Facing

A current project I'm working on has a couple of files/folders gitignore'ed since they're only supposed to be worked on locally & not on production. Unfortunately for me, the following configurations hides that specific file I need to work on locally as well:

  filesystem = {
    filtered_items = {
      hide_gitignored = true,
    },
  },

Having to constantly toggle hiding/unhiding files & folders gets monotonous & annoying, so I was wondering if it was possible to add a configuration value which forcibly "unhides" said files/folders?

A Possible Solution to Fix the Issue

I imagine the functionality could be on similar lines of how hide_by_name works but the caveat is, instead of hiding files it would unhide the list of provided files/folder names. The configuration could even be named as unhide_by_name or something similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions