gpt4 book ai didi

emacs - 公司模式可以在组织模式中完成我的代码吗?

转载 作者:行者123 更新时间:2023-12-04 02:11:39 27 4
gpt4 key购买 nike

我需要在组织模式下编辑源代码。

#+BEGIN_SRC cpp
void elimDups(vector<string> &words)
{
sort(words.begin(), words.end());
auto end_unique = unique(words.begin(), words.end());
words.erase(end_unique, words.end());
}
#+END_SRC

在代码块中,没有代码完成。

是否可以在 org-mode 的代码块中使用代码完成?

enter image description here

最佳答案

您可以执行 C-c ' 以使用相应的主模式打开一个新窗口。然后你有代码完成。

关于emacs - 公司模式可以在组织模式中完成我的代码吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37564071/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com