Re[2]: How to add custom code generation in NetBeans 9.0

2018-10-16 Thread Alex Sviridov
Thank you very much! This is what I was looking for! >Вторник, 16 октября 2018, 12:24 +03:00 от Geertjan Wielenga >: > >https://platform.netbeans.org/tutorials/nbm-code-generator.html > >Gj >On Tue, Oct 16, 2018 at 11:22 AM Alex Sviridov < ooo_satu...@mail.ru.invalid > >wrote: >>In NetBeans for

Re: How to add custom code generation in NetBeans 9.0

2018-10-16 Thread Geertjan Wielenga
https://platform.netbeans.org/tutorials/nbm-code-generator.html Gj On Tue, Oct 16, 2018 at 11:22 AM Alex Sviridov wrote: > In NetBeans for JavaScript and TypeScript files I need to generate some > code. > > For example, after opening JS or TS file, I press Alt+Insert and pop up > window must ap

How to add custom code generation in NetBeans 9.0

2018-10-16 Thread Alex Sviridov
In NetBeans for JavaScript and TypeScript files I need to generate some code. For example, after opening JS or TS file, I press Alt+Insert and pop up window must appear there. In this window I should select item (for example setters and getters) and press enter. After that my code (that can gene