Fast and Intuitive Apache Subversion Integration for VSCodeOverviewThis plugin integrates Apache Subversion (SVN) version control into Visual Studio Code (VSCode), providing a fast and efficient workflow for managing code changes. With a rich set of features, it helps you track, control, and view changes directly from the editor. Demo ScreenshotFeatures1. Real-Time Change TrackingEasily monitor your working copy changes with a fast and intuitive changes viewer. This feature integrates with both the Explorer and Source Control views, giving you instant feedback on modifications as you code. 2. File Status Indicators in ExplorerStay informed with clear visual cues. The plugin decorates your files with status icons in the Explorer and other menus, indicating their version control state, so you can quickly see which files have been modified, added, or are untracked. 3. Context Menu CommandsConveniently manage your files using context menu commands like Revert and Add to Subversion. These commands are accessible from both the Pending Changes view and the Explorer, simplifying common version control tasks. 4. Automated File OperationsThis plugin automates file operations such as adding or renaming files under source control. Any file operations performed in the integrated Explorer or within VSCode are automatically tracked and reflected in Subversion, so you don’t have to worry about manually managing them. 5. Integrated Quick Diff and Editor ToolsSee your changes instantly with Quick Diff, which highlights modifications directly in the editor gutter. Explore advanced diff tools like inline diffs, revert specific sections of code, and browse through changes directly within the editor. These integrations help you manage and review code changes more effectively. Getting Started
|