本文介绍了如何在Emacs中折叠#ifdef /#ifndef块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在C中隐藏#ifdef和#ifndef块的块。看起来我需要使用Folding模式或者Outline minor模式。

I want to hide blocks of #ifdef and #ifndef blocks in C. Looks like I'd either need to use Folding mode or the Outline minor mode.

推荐答案

hide-ifdef-mode 应该这样做。我自己还没有使用它,但是打开它,并用下面的命令读取它的描述。它应该包含在emacs中。

hide-ifdef-mode should do something like that. I have not used it myself though, but turn it on and read it's description with the commands below. It should be included with emacs.

M-x hide-ifdef-mode
C-h m

这篇关于如何在Emacs中折叠#ifdef /#ifndef块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-30 05:32