Code Monkey home page Code Monkey logo

vscode_mark_files's Introduction

Mark Files

Mark Files is a cute vscode extension that enables to mark files in the file explorer.

Features

The extension allows you to mark/unmark files by:

  • Providing a scope.txt file in the workspace root folder. The file contains a list of absolute file paths or relative file paths to the workspace root folder. The file paths must be separated by newlines.
  • Right clicking on a file in the file explorer and selecting Mark/Unmark File from the context menu.
  • Right clicking on an editor tab and selecting Mark/Unmark File from the context menu.

Note that the marked files are stored in a scope.txt file in the workspace root folder. If the file does not exist, it will be created.

Mark/Unmark files from contextual menus

Mark/Unmark files

Import marks from scope.txt file

Mark files from scope file

Extension Settings

This extension contributes the following settings:

  • markfiles.colorMarkedFile: Choose whether to mark files by adding an icon, changing the color of the file name or both.
  • markfiles.markedFileIcon: Choose the symbol to use for marked files. Note that the symbol must be a single unicode character.

The color used to mark files can be changed by modifying the following key in your settings.json file:

"workbench.colorCustomizations": {
    "markfiles.markedFileColor": "#7ad108"
}

Release Notes

Check CHANGELOG.md

vscode_mark_files's People

Contributors

vquelque avatar

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.