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".
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
ssoher/source_left_header_right
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published