VsTools

A VS extension to process selected text, add new text, and work with open files

MIT License

Stars
21

Bot releases are hidden (Show)

VsTools - 2022.0.9 Latest Release

Published by menees 11 months ago

VsTools - 2022.0.8

Published by menees 11 months ago

VsTools - 2022.0.7

Published by menees 11 months ago

VsTools - 2022.0.6

Published by menees over 1 year ago

  • Support import/export settings.
VsTools - 2022.0.5

Published by menees almost 2 years ago

  • Support #region in CSS, LESS, and SCSS files.
VsTools - 2022.0.4

Published by menees over 2 years ago

VsTools - 2022.0.3

Published by menees over 2 years ago

  • Added some default file exclude patterns.
VsTools - 2022.0.2

Published by menees almost 3 years ago

VsTools - 2022.0.1

Published by menees about 3 years ago

  • Initial release for VS 2022 RC or later.
  • Rewrote Expand/CollapseAllRegions commands due to TextSelection.FindText bug in VS 2022 RC.
  • Added support for Python #regions since built-in support wasn't working as of VS 2022 RC.
VsTools - 2019.0.18

Published by menees about 3 years ago

  • Support custom prefix and suffix for "Add TODO Comment".
VsTools - 2019.0.17

Published by menees about 3 years ago

  • Support filtering tasks to active document only (per K. L. Carter Sr's 2021-07-02 Q&A request)
  • Support <!-- #regions in .razor files.
  • Support ToggleFiles between .razor markup and .razor.cs code-behind.
VsTools - 2019.0.16

Published by menees about 3 years ago

  • Updated package refs and used C#9 features
  • Handled some race conditions with Tasks Exclude UI
  • Made task list changed event try to preserve task selection
  • Added "Exclude comment patterns" option
  • Fixed bug with orphaned tasks after solution close
VsTools - 2019.0.15

Published by menees almost 4 years ago

  • More improvements to razor file handling.
VsTools - 2019.0.14

Published by menees almost 4 years ago

  • Added task support for razor, json, yaml, proto, and ignore files.
VsTools - 2019.0.13

Published by menees over 4 years ago

  • Added options page for "View Project Dependencies" command.
VsTools - 2019.0.12

Published by menees over 4 years ago

  • Added "View Project Dependencies" command
VsTools - 2019.0.11

Published by menees over 4 years ago

  • Fixed a NullReferenceException that was logged once at work (but didn't show up in the UI).
  • Changed the ToggleFiles tooltip to be more accurate.

Note: I've stopped adding download counters to each release since the typical deployment mechanism is through the Visual Studio Marketplace.

VsTools - 2019.0.10

Published by menees over 4 years ago

GitHub Releases

VsTools - 2019.0.9

Published by menees over 4 years ago

GitHub Releases

  • Added "Select Whole Lines" option to Sort Lines
  • Added ability to exclude items in the Tasks window
  • Sped up Collapse All Regions
  • Added version to Vsix file name
VsTools - 2019.0.8

Published by menees over 4 years ago

GitHub Releases

  • Restored all of the functionality from Menees VS Tools 2017 except whitespace and length highlighting because:
  • Updated Sort Lines dialog to have options for "By Length First" and "Only show when Shift is pressed".
  • Updated Add Region command to have "Add inner blank lines" and "Add name after end" formatting options.
  • Disabled Tasks scanning by default since it has some CPU overhead.
    • Supported project exclude patterns since some SQL and C++ projects are very resource intensive to scan.
  • Split single General options page into several sub-pages.