【发布时间】:2022-09-27 20:49:33
【问题描述】:
最近在我的MAC上做了一些C程序(所以我必须使用vscode),大纲框中的函数真的让我很痛苦,因为函数中的参数无法隐藏,导致大纲难以阅读。 例如,在 source Insight 中,函数: static int my_test_proc_write(struct file *file, const char *buffer, unsigned long count, void *data) 仅在大纲中显示函数名称:my_test_proc_write。在我的c程序中,有上千个这样的函数,大纲框真的不好看。