Re: Feature request
Panayotis Katsaloulis <[email protected]> Wed, 5 Oct 2016 08:25:39 +0300
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
In Xcode it even performs searching with gaps, for example when I type “getname” it will suggest not only “getName…” but also “getBaseName…” On 5 October 2016 at 08:03:20, Emilian Bold ([email protected]) wrote: Please add an improvement request (if it's not already there) on Bugzilla https://netbeans.org/bugzilla/ NetBeans seems to expect a 'prefix' and filter based on that. Other tools such as IntelliJ expect any substring and fillter a bit differently. There may be (or we could add) a flag for this behaviour. --emi On Tue, Oct 4, 2016 at 9:55 AM, the_fear <[email protected]> wrote: Hi guys! I'm not sure whether this topic is already created. I didn't find it so I decided to create a new one. Netbeans editor has a feature that shows a list of possible endings of the line when typing. E.g. when start typing 'req' a list with two suggestions ('require' and 'require_once') appears. This is a very useful feature, I always use it. But. Say I forgot the beginning of the command I want to type. I remember that there was something like 'once' in the end. I'm typing 'once', seeing nothing and going searching internet to find what I managed to forget. Other editors like Atom or Brackets would suggest me something so I don't waste time. Is it possible to add this feature in Netbeans as well? [Image: http://storage9.static.itmages.ru/i/16/1004/h_1475563876_9489026_17f428a925.png ] (http://itmages.ru/image/view/4975637/17f428a9) [Image: http://storage5.static.itmages.ru/i/16/1004/h_1475564027_9926668_7a43466792.png ] (http://itmages.ru/image/view/4975642/7a434667) -- Panayotis Katsaloulis