python - Does PyCharm Have Spyder's Variable Explorer Functions (mainly "Save As" and "Import")? -
i started playing around pycharm today, , seems python ide want start working in near future.
currently, using spyder anaconda. spyder able export , import variables variable explorer window.
this means can debug part of script, save results, , import variables spyder @ time. can use such variables without having declare in script spyder assume exists variable explorer window.
this feature extremely useful me, , cannot tell if pycharm has feature.
i searched many places, , not find anything.
does know how feature work in pycharm if exists?
thanks.
pycharm added functionality similar spyder's variable explorer months ago, can seen in this blog post.
however, far know, doesn't have ability import/export variables present in python console.
Comments
Post a Comment