gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Code completion failing to work in PyCharm with generated client for python-compute

Open parthea opened this issue 3 years ago • 0 comments

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.

parthea avatar Mar 28 '22 17:03 parthea