无法在 Geany IDE 中正确编写 #include 语句

Not able to write #include statements properly in Geany IDE

每当我想在源代码中包含 header 时,IDE 不允许我输入 .h 扩展名。如果我输入 <stdio.h>,它只接受 <stdio>,我无法再输入任何内容。我没有将默认设置 built-in 更改为 IDE。我使用的是最新版本 1.37.1。我必须手动 #include header 来自 Edit > Insert "include<..>" 的文件。关于如何禁用 IDE 的这种行为的任何建议?

我认为这恰好在 on/offtopic 定义的右侧,使用“程序员经常使用的工具”的例外。
因此,我建议找出您的配置以“删除自动完成的其余部分”(在编辑器完成首选项中)。它可能处于活动状态,但我怀疑您不希望它处于活动状态。

如果这没有帮助,但看起来有点有趣,请阅读灵感 https://www.geany.org/manual/1.23.1/index.html#editor-completions-preferences 和 bearby 兄弟页面。