Is there a way to get hinting running in VSCode? W...
# ask-metaflow
f
Is there a way to get hinting running in VSCode? When I import for example
from metaflow import project
, the pylint always reports pylint: disable = no-name-in-module (and when I look into the files I cannot see the symbols myself). Is there a way to fix that? Hinting by the VSCode would greatly enhance productivity.
1