casteng / i-pascal

A free Object Pascal language plugin for IntelliJ IDEA
111 stars 34 forks source link

Problem with large files #11

Closed megahertz closed 6 years ago

megahertz commented 7 years ago

for example, https://github.com/synopse/mORMot/blob/master/SQLite3/mORMot.pas

Syntax highlight works, but the unit isn't inspected.

casteng commented 6 years ago

You can enable inspection of the file with Help->Edit Custom Properties and there add property: idea.max.intellisense.filesize=3500 But this file is very large and probably will take too long to be handled.