Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

New Feature Request: create header and cpp file based on class name #349

Open
traw opened this issue Sep 19, 2017 · 1 comment
Open

New Feature Request: create header and cpp file based on class name #349

traw opened this issue Sep 19, 2017 · 1 comment

Comments

@traw
Copy link

traw commented Sep 19, 2017

New feature which can allow to create header file and cpp file.
This feature is already available in Eclipse and Codeblocks as far as I know.
Feature Behavior:

  1. File menu option "new -> Class" option.
  2. Open new window, which asks for class name, class variables, base class and so on.
  3. After filling up all these details it will create two files header file and cpp file
    Thanks
@eidheim
Copy link
Member

eidheim commented Sep 20, 2017

Thank you again, but I am not entirely convinced that this is a helpful feature. There are too many exceptions where one would not create a class in a "standard" way. Templated classes for instance will not use source files, and in some cases one would have the definitions of several classes in one file, or separated in platform specific files. Also, how would you name the files? CamelCase or snake_case? It would depend on the naming conventions of the project. Marking this as wontfix for now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants