Skip to content

Visual Studio Code extension that keeps the c and cpp files on the first editor column and the h and hpp files on the last editor colum. So in effect, source files always stay on the left column and the header files always stay in the right column in a 2 colum layout regardless of where you open them.

Notifications You must be signed in to change notification settings

careway/source_left_header_right

 
 

Repository files navigation

Source Left Header Right README

This Visual Studio Code extension opens C/C++ source files (*.c and .cpp files) in the first editor group and header files (.h and *.hpp files) in the last editor group. If you are working in a single column layout, it does nothing. If you do not open any C/C++ files the extension does not activate, in other words the activation events are "onLanguage:c" and "onLanguage:cpp".

About

Visual Studio Code extension that keeps the c and cpp files on the first editor column and the h and hpp files on the last editor colum. So in effect, source files always stay on the left column and the header files always stay in the right column in a 2 colum layout regardless of where you open them.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%