On Mon, 17 Oct 2022 08:41:23 +0700 Hairy Pixels via fpc-pascal <[email protected]> wrote:
> > On Oct 16, 2022, at 9:53 PM, Mattias Gaertner via fpc-pascal > > <[email protected]> wrote: > > > > Blocks like WHILE and TRY. > > > > Codetools are optimized for finding declarations of a few > > expressions between edits. To find the parameters, call for each > > identifier followed by ( the FindCodeContext function. > > So inlay hints need to be computed with a document range so we don’t > know a single X,Y position we could use to call FindCodeContext. If I > had a list of identifiers which were function calls in begin blocks I > could call FindCodeContext based on those. Is that possible? Yes Mattias _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
