Coder Social home page Coder Social logo

aktyn / git-branch-files Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 150 KB

This extension adds to vscode a feature that automatically synchronizes the list of open files according to the current git branch.

License: GNU General Public License v3.0

TypeScript 90.16% JavaScript 9.84%
branch extension git vscode vscode-extension

git-branch-files's Introduction

Git branch files

This extension adds to vscode a feature that automatically synchronizes the list of open files according to the current git branch. This feature is built-in in other IDEs like IntelliJ.

Simplified example

  1. User is working on branch branch-1 with the following files open: a.txt and b.txt.
  2. User switches to new branch branch-2 and closes file b.txt, leaving only a.txt open.
  3. After switching back to branch-1, the b.txt file is opened again, so the list of open files will be again: a.txt and b.txt.

Features

  • Automatically restore the list of open files when switching back to a branch
  • Pinned files are not closed when switching branches
  • Extension automatically restores focus to the file that was active before leaving the branch
  • Switching to a new branch does not change the list of open files

Release Notes

2.0.0

  • Initial release

2.0.1

  • Improve closing end opening files

git-branch-files's People

Contributors

aktyn avatar

Watchers

 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.