trond-snekvik / vscode-header-switcher

Switches between header and source file in C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header switcher for vscode

Simple extension to switch between header and source file in vscode. Exposes a command that must be mapped to a keybinding manually.

Predefined path pairs (for instance linking internal/src with public/include) can be configured in the workspace settings. These paths work recursively, so if a pair is made out of ./include and ./src, the files ./include/subfolder/file.h and ./src/subfolder/file.c will be paired.

About

Switches between header and source file in C/C++


Languages

Language:TypeScript 100.0%