Author Topic: VS Code like way to create new files and folders in codeblocks?  (Read 2386 times)

Offline giftofshivaji

  • Single posting newcomer
  • *
  • Posts: 6
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?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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".

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.

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