This repository was archived by the owner on Dec 31, 2023. It is now read-only.

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ Windows
6868
<your-env>\Scripts\activate
6969
<your-env>\Scripts\pip.exe install google-cloud-compute
7070
71+
72+
PyCharm/JetBrains IDEs
73+
~~~~~~~~~~~~~~~~~~~~~~
74+
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
78+
limit to ~10Mb.
79+
7180
Next Steps
7281
~~~~~~~~~~
7382

0 commit comments

Comments
 (0)