gapic-generator-python
gapic-generator-python copied to clipboard
Code completion failing to work in PyCharm with generated client for python-compute
This issue was originally reported in python-compute here. The generated client for python-compute has a types.py file which has ~60,000 lines of code and is greater than 2.5 MB. This exceeds the default maximum size limit of 2.5 MB defined here.
see idea.max.intellisense.filesize
idea.max.intellisense.filesize | 2500 | Sets the maximum size of files (in kilobytes) for which PyCharm provides code assistance. Code assistance for large files can decrease editor performance and increase memory consumption.