pedrohidalgo / nbshell

Shell Script File support on NetBeans IDE.
Apache License 2.0
15 stars 5 forks source link

No Code completion while typing #2

Open Chris2011 opened 8 years ago

Chris2011 commented 8 years ago

When I type "c" i expect that the code completion should comes up immediately but it doesn't. It only comes up when you hit ctrl + space. Please fix it and add a option to Options -> Editor -> code completion to set this as default or not. So if someone doesn't like that, they can deactivate it.

Regards

Chris

Chris2011 commented 7 years ago

Anything new here?

edemen commented 6 years ago

I don't think this is a bug, as it works all the same to me in Java or PHP on Netbeans 8.2, and I think it is quite acceptable. I would not want code completion triggered on every character that I type.

Chris2011 commented 6 years ago

Ok this is more a Feature request. But when you compare it with Java or PHP it is the same that there is an Option to have it everywhere or Not. And for me i want it right after i Type one Character. It doesn't make Sense in Strings but for Keywords, IT does. So the request is more for the Option to make it optional to have it while typing or while hitting Ctrl+space.