【工具】Pycharm隐藏侧边灯泡提示

问题描述

在Pycharm中,每行前面很容易出现一个小灯泡,有时候很影响操作,需要将其取消掉

设置方法

  1. 打开设置

    1. 按 Ctrl+Alt+S 打开设置对话框
    2. 或者通过菜单 File → Settings(在 macOS 上是 PyCharm → Preferences)
  2. 导航到外观设置

    1. 在左侧导航栏中选择 Editor → General → Appearance
  3. 取消选中显示灯泡

    1. 找到 Show intention bulb 选项
    2. 取消勾选这个复选框
  4. 应用更改

    1. 点击 Apply 和 OK 保存设置
相关推荐
言乐639 分钟前
Python实现建造微服务商城后台
开发语言·python·算法·微服务·架构
fenglllle1 小时前
chromadb emmbedding 向量检索
人工智能·python·embedding
cui_ruicheng1 小时前
Python从入门到实战(六):非序列容器
开发语言·python
飞猪~2 小时前
Langchain python版本 LLM 重要函数invoke,ainvoke,stream,astream,batch,abatch
python·langchain·batch
沙蒿同学2 小时前
当古诗词遇上 AI:从 38 万句诗词中取一个好名字
python·算法·架构
xxie1237943 小时前
Python装饰器与语法糖
开发语言·python
CClaris3 小时前
大模型量化从0到1(五):GPTQ 原理详解 + 从零量化一个真实大模型
人工智能·python·算法·机器学习
悲凉的紫菜3 小时前
dariy
android·ide·android studio
Railshiqian3 小时前
UserPickerActivity 内部逻辑分析
开发语言·python
一tiao咸鱼3 小时前
前端转 agent # 02 - FastAPI 框架入门与原理
前端·python