This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253142 - Please add support to generate code
Summary: Please add support to generate code
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-24 07:02 UTC by Christian Lenz
Modified: 2015-06-24 07:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2015-06-24 07:02:37 UTC
When I call a method called test() inside my main method, which I've not declared, I expect an option as in JAVA to create the method, but there is nothing. Code generation is only fully implemented for java projects, it should work in all languages too. So for me it's needed in C/C++, PHP, JS. This ticket is only to have it for C/C++ and maybe assembler if you call a subroutine which doesn't exists.


Regards

Chris
Comment 1 Christian Lenz 2015-06-24 07:11:06 UTC
Here you can see, what I mean: http://blog.jetbrains.com/clion/2015/06/code-generation-with-clion/