当前位置: 首页 > article >正文

CLion Inlay Hints - 取消 CLion 灰色的参数和类型提示

CLion Inlay Hints - 取消 CLion 灰色的参数和类型提示

  • 1. Parameter hints for C/C++
    • 1.1. Toggle parameter hints globally
  • 2. Type hints for C/C++
    • 2.1. Toggle type hints globally
  • 3. Toggle inlay hints globally
  • References

https://www.jetbrains.com/help/clion/2024.3/inlay-hints.html

Inlay hints are special markers that appear in the editor and provide you with additional information about your code, like the names of the parameters. Other types of hints inform you about annotations, usages, and so on (depending on the language).

In inlay hints settings, you can configure what types of information you want to get in hints.

For more information about the C/C++ specific hints, refer to Parameter hints for C/C++ and Type hints for C/C++.

在这里插入图片描述

The list of available languages, contexts, and hint types depends on the installed/enabled plugins.

在这里插入图片描述

1. Parameter hints for C/C++

https://www.jetbrains.com/help/clion/2024.3/parameter-hints.html

在这里插入图片描述

1.1. Toggle parameter hints globally

Parameter hints are enabled by default. To hide them, use one of the following options:

  • Go to Settings | Editor | Inlay Hints | Parameter names and clear the C/C++ checkbox or specific checkboxes in the node.

在这里插入图片描述

  • In the editor, right-click a parameter hint and select Disable hints from the context menu.

在这里插入图片描述

2. Type hints for C/C++

https://www.jetbrains.com/help/clion/2024.3/type-hints.html

在这里插入图片描述

2.1. Toggle type hints globally

Type hints are enabled by default. To hide them, use one of the following options:

  • Go to Settings | Editor | Inlay Hints | Types and clear the C/C++ checkbox to hide all the type hints or a particular checkbox to hide only some of them.

在这里插入图片描述

Disabling Variables doesn’t affect Obvious Types and Lambdas, they should be disabled separately if required.

  • In the editor, right-click a hint and select the option from the context menu:

在这里插入图片描述

3. Toggle inlay hints globally

File -> Settings -> Editor -> Inlay Hints
在这里插入图片描述

References

[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/


http://www.kler.cn/a/442326.html

相关文章:

  • Maven在Win10上的安装教程
  • CSS 样式 margin:0 auto; 详细解读
  • 采用海豚调度器+Doris开发数仓保姆级教程(满满是踩坑干货细节,持续更新)
  • JWT在线解密/解码 - 加菲工具
  • 如何在谷歌浏览器中设置自定义安全警告
  • WPF实现动态四宫格布局
  • 二六(vue2-02)、指令修饰符、v-bind增强、v-model补充、computed、watch、水果购物车
  • 【电源专题】开关转换器使能(EN)和欠压锁定(UVLO)为什么需要回滞?
  • opencv读取和保存图像
  • mcu+cpld 联合编程(概念及流程)
  • 【Python知识】python基础-关于异常处理
  • Ollydbg 编写脚本的一些语法及例子(OD脚本)
  • 分布式开发学习
  • 基于java的springboot和vue ui的简单网站
  • 【Java】Java8的Stream流入门使用
  • 搭建分布式Spark集群
  • Golang学习笔记_13——数组
  • MR30分布式IO模块:驱动物流传输机高效升级
  • 鸿蒙Next条件渲染用法总结
  • GPT 时代,精进编程思维 + 熟练 Prompt 是否是新的编程范式?
  • HTMLCSS:3D动态卡车
  • ChatGPT生成测试用例的最佳实践(三)
  • 设计模式——单例模式(饿汉式,懒汉式等)
  • 用户输入 %%%% , MYSQL中数据全被查询出来的Bug(GORM)
  • Java程序员如何高效学习Spring Cloud Alibaba?
  • 【ETCD】ETCD 架构揭秘:内部各组件概览