/P4EditVS

Simple, fast Visual Studio plugin to checkout and revert files.

Primary LanguageC#MIT LicenseMIT

P4EditVS

alt text

Simple, lightweight Visual Studio extension that allows you to checkout and revert files in Perforce without slowing down or blocking your IDE.

Notes

  • The extension does not send or collect any information, settings are only stored locally.
  • This extension silently fails as it does not receive any information from the Perforce server, it only issues commands to it.
  • Checkout/revert state is only determined by file read-only flag.
  • This is not intended to replace the much more functional offical P4VS extension.