Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
VS Code like way to create new files and folders in codeblocks?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: VS Code like way to create new files and folders in codeblocks? (Read 3850 times)
giftofshivaji
Single posting newcomer
Posts: 6
VS Code like way to create new files and folders in codeblocks?
«
on:
March 26, 2023, 10:52:22 am »
In vs code it is easy to create new files in a folder, there is a sidebar given to us for that. Is there a plugin that's able to do that in code blocks?
Logged
ollydbg
Developer
Lives here!
Posts: 6025
OpenCV and Robotics
Re: VS Code like way to create new files and folders in codeblocks?
«
Reply #1 on:
March 26, 2023, 04:06:26 pm »
You mean:
Menu->File->New?
There is a plugin named "File Manager", you can right click on the folder(in the folder navigation panel), and in the context menu, click the "New File".
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
giftofshivaji
Single posting newcomer
Posts: 6
Re: VS Code like way to create new files and folders in codeblocks?
«
Reply #2 on:
March 28, 2023, 10:27:38 am »
yeah exactly what I mean, it's not easy to do in codeblocks, but alright. Love codeblocks for some reason for c programming...vs code s###s for c programming.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
VS Code like way to create new files and folders in codeblocks?