From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,55eec2ee238f12cb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Code completion in ada IDE's Date: Wed, 28 Sep 2005 12:57:56 +0200 Message-ID: <433A7734.6000205@mailinator.com> References: <9670$43394d89$4995561$16530@ALLTEL.NET> <4339606b$0$21291$ba620e4c@news.skynet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net zyUxbW/6n+4NDBkdshgO8AG0OhdmpKhD3+OH8rwztp4Juqsxc= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: en-us, en In-Reply-To: <4339606b$0$21291$ba620e4c@news.skynet.be> Xref: g2news1.google.com comp.lang.ada:5234 Date: 2005-09-28T12:57:56+02:00 List-Id: Adrien Plisson wrote: > Marc A. Criley wrote: > >> Visual Studio C++, for example, helps with "code completion" in the >> following ways: > > [...] > > you can also type the beginning of an identifier then hit Ctrl+Space and > Visual Studio completes the word. it saves a lot of typing when using > loooong identifiers. GPS does this too. I think the default key binding is Ctrl-Tab.