Can I stop OmniPascalServer.exe from indexing the workspace?

Issue #62 new
Former user created an issue

When I open a pascal source file in a very large workspace, OmniPascalServer.exe keeps indexing the workspace for over 10 seconds. Before it finishes indexing, code completion and hints don't work, and I can't open a project.

Comments (1)

  1. Christopher Wosinski repo owner

    Yes, that's true. Code completion and other features need knowledge about the files in the workspace in order to run properly. You can't stop OmniPascal from indexing. It wouldn't be able to provide reliable code completion etc.

    How often do you start VSCode + OmniPascal in that huge workspace? If ten seconds concern you then you might want to have an instance opened and use CTRL+P (or CMD+P on Mac) to open files instead of opening them via double click in the Explorer.

    May I ask how huge the workspace is? How many files and how many folders?

  2. Log in to comment