On Fri, 24 Apr 2020 20:58:45 +0700 Ryan Joseph via fpc-pascal <fpc-pascal@lists.freepascal.org> wrote:
> > On Apr 24, 2020, at 4:54 PM, Ryan Joseph <generic...@gmail.com> > > wrote: > > > > I'm not able to get this one working then. Is the buffer the > > current file? This is what I'm doing: > > > > > > URI := ParseURI(textDocument.uri); > > Code := CodeToolBoss.FindFile(URI.Path + URI.Document); > > X := position.character; > > Y := position.line; > > hint := CodeToolBoss.FindSmartHint(Code, X, Y); > > > > > > Just returns an empty string but maybe the code buffer is not > > correct. > > Never mind, the line offsets are zero based so I needed to + 1 for > code manager. It's working now. Is there a demo somewhere? Mattias _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal