code-completion
Text editor with autocomplete for C/C++ and userdefined libraries
I am searching now for a while for a replacement for Qt-Creater for non Qt programming work. Unfortunatly I really got used to the great auto-complete function of it, which I so far did not find in an[详细]
2023-01-28 15:44 分类:问答How to get code completion to work for PHP in Netbeans?
How to get code completion to work for PHP in Netbeans 6.9.1? I want Netbeans to suggest native PHP functions.[详细]
2023-01-28 00:54 分类:问答Constant code-completion in Netbeans
I\'ve just discovered that strg+space bring开发者_如何学Cs up suggestions for code completion in NetBeans. This is one of the features I\'ve always loved in Visual Studio and I\'m glad that it\'s avai[详细]
2023-01-27 17:05 分类:问答A rather naff limitation of ropemacs encountered with multiple name bindings
I am getting some disappointing completion and go-to-definition results with ropemacs in places where I use multiple name-bindings to the same object.[详细]
2023-01-25 19:14 分类:问答why is c++builder2010 code completion so slow!
why is c++builder2010 code completion so开发者_运维问答 slow!Code completion uses the compiler. The best way to speed up code completion is to make use of optimized precompiled headers. Try the PCH wi[详细]
2023-01-25 16:58 分类:问答Insert code templates via a keyboard shortcut
I have various code templates in Eclipse such as header comments and library functions that are frequently called (all stored in Preferences, C/C++ -> Editor -> Templates).I figure there mu开发者_运维[详细]
2023-01-24 21:08 分类:问答How to get code completion for variables into zend_view using netbeans 6.9.1?
i\'m evaluating to switch to netbeans ide for managing my zend_framework project; i\'d like to have autocompletion for variable\'s 开发者_运维知识库name into my view, for variables defined in actions[详细]
2023-01-24 10:41 分类:问答Is it possible to auto-complete parentheses or quotation marks in emacs?
I\'ve used XCode and Netbeans, and I\'ve noticed that they have a feature to automatically complete quotation marks 开发者_运维知识库or parentheses (and I assume that other IDEs often do this also). I[详细]
2023-01-21 12:56 分类:问答Code Completion for private/protected member variables when using magic __get()
How do I setup code completion to work on Zend Studio (or any Eclipse based IDE) when working with a class that has private or protected member variables WITHOUT resorting to a bunch of Getter\'s OR s[详细]
2023-01-17 18:24 分类:问答NetBeans code templates, with comments
I have following code template in NB 6.9.1: function ${functionName}($$${param}) { ${selection}${cursor}[详细]
2023-01-15 22:16 分类:问答