dschwen / switch-header-source

Quick switching between C/C++ header and source files
MIT License
13 stars 49 forks source link

Rewrite plugin to use index based switching #16

Closed dschwen closed 6 years ago

dschwen commented 6 years ago

The plugin now uses a background task to index all files matched by a given regular expression (index is incrementally updated as files are created, deleted, or renamed). This allows for switch cycles of arbitrary size...

Closes #10

...and now removes all assumptions on the directory structure

Closes #11