【问题标题】:Is there any multiline commenting support for C/C++ languages in Atom Editor?Atom Editor 中是否有对 C/C++ 语言的多行注释支持?
【发布时间】:2015-07-04 09:47:19
【问题描述】:

我想在我的 Atom 编辑器中启用多行注释支持。我希望编辑器在多行注释的新行开头自动添加* 和适当的缩进。这是我正在寻找的样本:

/***
 * This is a comment
 * when I'm adding a new line it automatically adds " * ".
 */

我试图在 SO 和 google 上的 Atom 包搜索中寻找这样的包,但我没有找到任何东西。我一定是输入了错误的关键词。 我知道 geany 编辑器有这样的功能,所以我猜 Atom 也有。

【问题讨论】:

    标签: c++ c atom-editor comments


    【解决方案1】:

    所以,我不知道关键字应该是block comment

    我设法找到了一个出色的扩展,它被描述为用于编写文档的帮助程序包

    一种或另一种方式可以满足我的需求。
    这里是回购链接:https://github.com/nikhilkalige/docblockr

    【讨论】:

      猜你喜欢
      • 2014-04-03
      • 1970-01-01
      • 2011-02-25
      • 1970-01-01
      • 2020-03-25
      • 1970-01-01
      • 1970-01-01
      • 2011-07-22
      • 1970-01-01
      相关资源
      最近更新 更多