Re: Generate missing switch cases for an enum

2020-03-19 Thread Jerome Lelasseux
got it thanks ! Le jeudi 19 mars 2020 à 20:00:34 UTC+1, Jan Lahoda a écrit : On Thu, Mar 19, 2020 at 6:52 PM Emilian Bold wrote: seems like a neat feature to add to Java too... It does seem work for Java for me - if I have a switch, which is missing some possible cases, and I put

Re: Generate missing switch cases for an enum

2020-03-19 Thread Jan Lahoda
On Thu, Mar 19, 2020 at 6:52 PM Emilian Bold wrote: > seems like a neat feature to add to Java too... > It does seem work for Java for me - if I have a switch, which is missing some possible cases, and I put the cursor inside the "switch" (or after it), there is a lightbulb on the left, and when

Re: Generate missing switch cases for an enum

2020-03-19 Thread Emilian Bold
seems like a neat feature to add to Java too... --emi On Thu, Mar 19, 2020 at 6:18 PM Jerome Lelasseux wrote: > > I just realized the annoucement below was specific for C/C++... I use java. > > Le jeudi 19 mars 2020 à 17:14:25 UTC+1, Jerome Lelasseux > a écrit : > > > Hi, > > Since 8.1 Netbean

Re: Generate missing switch cases for an enum

2020-03-19 Thread Jerome Lelasseux
I just realized the annoucement below was specific for C/C++... I use java. Le jeudi 19 mars 2020 à 17:14:25 UTC+1, Jerome Lelasseux a écrit : Hi, Since 8.1 Netbeans seems able to generate missing switch clauses:http://wiki.netbeans.org/NewAndNoteworthyNB81#Generate_missing_switch_cla

Generate missing switch cases for an enum

2020-03-19 Thread Jerome Lelasseux
Hi, Since 8.1 Netbeans seems able to generate missing switch clauses:http://wiki.netbeans.org/NewAndNoteworthyNB81#Generate_missing_switch_clauses How to access it ? I tried ctrl-space in various places, alt-insert, without success.