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

Summary: Please add support to generate code
Product: cnd Reporter: Christian Lenz <chrizzly>
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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/