當我使用Netbeans在java中編程時,通過按「。」可以看到可用的功能。之後變量。 例如: string s; s。 (charAt(),concat(),contains()等)如何檢查代碼塊中的可用功能?
有沒有辦法在代碼塊中做同樣的事情?
當我使用Netbeans在java中編程時,通過按「。」可以看到可用的功能。之後變量。 例如: string s; s。 (charAt(),concat(),contains()等)如何檢查代碼塊中的可用功能?
有沒有辦法在代碼塊中做同樣的事情?
是
還要確保:
設置>編輯>代碼完成
如果仍不能主站點
對插件的工作搜索,如果你是像UNIX這樣的類UNIX機器,你可以
sudo apt-cache search codeblocks
libpath-dispatcher-perl - flexible and extensible dispatcher module
libcodeblocks0 - Code::Blocks shared libraries
codeblocks - Code::Blocks integrated development environment (IDE)
codeblocks-dbg - Code::Blocks debugging libraries
libwxsmithlib0 - wxSmith shared library (Code::Blocks plugin for RAD GUI editing)
codeblocks-contrib - contrib plugins for Code::Blocks IDE
codeblocks-dev - Code::Blocks development libraries (SDK)
codeblocks-contrib-dbg - Debugging libraries for the Code::Blocks contrib plugins
wxsmith-dev - wxSmith development files (libraries)
codeblocks-common - common files for Code::Blocks IDE
codeblocks-contrib-common - common files for the contrib plugins for Code::Blocks IDE
codeblocks-headers - Code::Blocks development headers (SDK)
wxsmith-headers - wxSmith development files (headers)
codeblocks-wxcontrib-headers - Code::Blocks development headers for wxContribItems
codeblocks-libwxcontrib0 - Code::Blocks shared libraries for wxContribItems
codeblocks-wxcontrib-dev - Code::Blocks development libraries for wxContribItems
並安裝你想要什麼
[代碼完成插件,可能是它的工作原理(http://wiki.codeblocks.org/index.php/Code_Completion_plugin) –
沒有,我有但它不顯示可用的功能,一個例子是如果我輸入「。」。在netbeans中的任何字符串之後,它將顯示可用函數的列表(.concat(),.charAt等) – fernando
您使用的是什麼激勵? –