1
我在Debian 7上使用Qt Creator3.0編寫C++代碼。當一個類型變量名稱,函數名稱,自動完成列表不會自動彈出,除非我點擊ctrl +空格。Qt Creator自動完成功能無法使用Ctrl +空格
例如:
void main()
{
int variable1 = 0;
//when I type "v" here, it does not pop out auto completion list automatically.
}
你檢查了你的QtCreator配置是否自動完成? – Blueman
它已打開。使用時。在一個對象上或 - >在指針上,它工作正常。 – Ryan
檢查「自動完成通用前綴」和「自動插入匹配字符」選項? – Blueman