From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:4550:: with SMTP id z16mr4563078qtn.374.1612389178227; Wed, 03 Feb 2021 13:52:58 -0800 (PST) X-Received: by 2002:a25:443:: with SMTP id 64mr7299417ybe.363.1612389178046; Wed, 03 Feb 2021 13:52:58 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.uzoreto.com!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Feb 2021 13:52:57 -0800 (PST) In-Reply-To: <0481738e-af7d-4cc1-95a8-8e570c8ea144n@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2601:3c3:401:f550:5414:24b1:8b50:c05c; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 2601:3c3:401:f550:5414:24b1:8b50:c05c References: <64d6a85b-3197-42a3-b8a5-c442c0fca2fbn@googlegroups.com> <0481738e-af7d-4cc1-95a8-8e570c8ea144n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <658dc3fe-0cd9-4edc-8102-cc298e6bc790n@googlegroups.com> Subject: Re: GPS/Gnat Studio: Code completion with other projects From: John Perry Injection-Date: Wed, 03 Feb 2021 21:52:58 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61277 List-Id: On Tuesday, February 2, 2021 at 5:00:22 PM UTC-6, roda...@gmail.com wrote: > You might try this ... > > To enable 'Find All References' => Append 'GPS.LSP.ADA_SUPPORT=no' to ~/.gnatstudio/traces.cfg > > ... it should help with finding references and refactoring. Wow, that worked. Can you explain why? I don't see the connection at all. (I don't know what "GPS.LSP" means, either.)