News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

VS Code like way to create new files and folders in codeblocks?

Started by giftofshivaji, March 26, 2023, 10:52:22 AM

Previous topic - Next topic

giftofshivaji

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?

ollydbg

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".

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

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.