求助:pycharm中的插件continue, 是个流氓插件, 无法彻底删除残留文件
求助:pycharm中的插件continue, 是个流氓插件, 无法彻底删除残留文件为了在pycharm中使用deepseek, 我安装了continue插件. 安装continue插件之后, 我的有些库的运行就不正常了, 比如Matplotlib找不到默认字体.
我删除这个插件之后发现还存在这个问题.于是打算重装pycharm. 在清理安装残留的时候,发现continue在我的文件夹残留了隐藏文件夹,以.号开头的: ".continue", 无法删除,用360强力删除也没用.
有哪位大神能帮忙删除这些垃圾吗?
Help: The 'continue' plugin in pycharm is a rogue plugin that cannot completely delete residual files
In order to use Deepseek in PyCharm, I installed the continue plugin After installing the continue plugin, some of my libraries started running abnormally, such as Matplotlib not being able to find the default font
After deleting this plugin, I found that the problem still exists So I plan to reinstall PyCharm When cleaning up the installation residue, I found that continue left hidden folders in my folder Starting with: ".continue",Cannot delete, even using 360 Strong to delete is useless
Is there anyone who can help delete these garbage?
插件下载地址是多少,我们本地验证一下看看,这种集成在软件上的插件,如果没有对应的删除选项,确实会有这个问题 本帖最后由 瞿小凯 于 2025-3-12 09:52 编辑
你好,你是在pycharm的Plugins选项卡中删除的吗,另外,我看了下你这边的隐藏文件,属于是PyCharm缓存文件,如果删不掉,可能存在占用的情况,可以考虑重装覆盖下pycharm版本,Matplotlib字体异常问题,可能是由于这个插件修改了环境变量配置,如果pycharm重装后环境依然存在这个问题,那么你可以重装下看看
pip uninstall matplotlib -y && pip install matplotlib
是在pycharm中安装的, 这个插件有点流氓, 安装这个插件后,我电脑有些软件使用不太正常了.
第一步:安装Continue插件
打开PyCharm → File > Settings > Plugins
在Marketplace中搜索 "Continue"
安装官方Continue插件并重启IDE
参考这个安装方法:https://blog.csdn.net/emain/article/details/145802763
页:
[1]