Skip to content

dmitrimaximov/WorkingFilesList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working Files List

Copyright © 2016 Anthony Fung

Working Files List is a Visual Studio 2015 extension. It adds a tool window that shows a vertically stacked list of documents that have been opened in the editor, with the ability to group and sort entries.

Installation

After building the project (using the Release build configuration as appropriate), navigate to the output directory and launch WorkingFilesList.vsix to add the extension to Visual Studio.

Alternatively, you can download a copy from the Visual Studio Gallery; or from within Visual Studio by searching for working files list in [Tools] -> [Extensions and Updates]

Within Visual Studio, select [View] -> [Other Windows] -> [Working Files List] on the menu bar.

Resources

User Guide

Wiki

Visual Studio Gallery Page

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Launching in the Visual Studio Experimental Instance

To launch this extension in the Visual Studio Experimental Instance, select the Debug tab in the properties page for WorkingFilesList. Select Start external program as the start action and enter the path to Visual Studio, e.g.

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe

Set /rootsuffix Exp as the start options Command line arguments

Uninstallation

Select [Tools] -> [Extensions and Updates...] on the menu bar. There should be an option to uninstall the extension.

About

Visual Studio extension tool window that shows a selectable list of files that are open in the editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%