Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

55 lines (42 loc) · 1.55 KB

Road map

  • Intellisense for file paths
  • Item templates for most popular .ignore files
  • Glyph in margin to indicate folders

Features that have a checkmark are complete and available for download in the CI build.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.2

2016-05-26

  • Support for paths starting with / or \
  • Persist "Sync selected files" in Tools -> Options

1.1

2016-05-17

  • Write result of removing non-matches to status bar
  • Light bulbs support
    • Remove non-matching entry
    • Remove non-matching entry in document
    • Delete files that match
    • Remove matching files from project
  • Full tree view in tooltip
  • Add support for .babelignore and .svnignore
  • Make files in tooltip clickable (selects file, opens file)
  • Button to toggle the Solution Explorer selection sync

1.0

2016-05-13

  • Syntax highlighting
  • File icons for Solution Explorer
  • Support all known .ignore files
  • Mark paths that doesn't hit any files
  • Hover QuickInfo for file match details
  • Support globbing/minimatch
  • Command to remove all lines that matches nothing
  • Package load on .ignore file open
  • Options page
  • Hover tooltip to show matched files
  • Add error logging
  • Drag 'n drop files onto .ignore file
  • Support for Visual Studio "15"
  • Fix issue where not all non-matches are removed