Python pycharm and code completion

Hi Yann,

In startup code called by PyCharm, it may be helpful to add:

import itkConfig
itkConfig.LazyLoading = False
import itk

This will load all of the toolkit so it will be available for completion.

1 Like