Since the library has grown in size, the files it consists of have outgrown the [default size limit of ~2.5Mb](https://www.jetbrains.com/help/pycharm/file-idea-properties.html).
75
+
As a result, the code completion in JetBrains products can fail to work with the classes from our library. To
76
+
fix this, you need to update the `idea.max.intellisense.filesize` setting in custom properties
77
+
(Help -> Edit custom properties...). Just add a line like `idea.max.intellisense.filesize = 10000` to change this
0 commit comments