Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Although a C module may contain definitions, includes, typedefs, global variables, functions, etc., traversing from the beginning to the end of a module may take a developer's time to find them. One may prefer the module to be separated into some independent parts, although they're all being hold in one C file module. Instead of a project with some C modules, a C module may be available to be distincted into several parts and shown as separate sections. I prefer in each section I DON'T SEE OTHER SECTIONS. Is there such an editor? The environment I'm currently use is VSCODE in Ubuntu. Maybe an extension or something, or maybe a separate editor.

What I have tried:

It's not a bug! I just investigated to find a solution or an extension for vscode, but I couldn't succeed.
Posted
Updated 4-Aug-21 7:27am

1 solution

Have a look at folding[^].
 
Share this answer
 
Comments
ilostmyid2 4-Aug-21 13:43pm    
This is good, but not what I'm looking for. It's just expanding and collapsing some parts of code, not separating a module into separate independent tabs.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900