Questions tagged [code-hinting]
90 questions
1
vote
3 answers
Setting up codeigniter in Dreamweaver CS 5.5
I am looking for information on how to set up a code igniter project in Dreamweaver CS 5.5 with code hinting like you can for Zend framework.

Ashley Briscoe
- 727
- 2
- 12
- 33
1
vote
0 answers
Netbeans code completion api
I am attempting to make a Netbeans 7.2 code completion module. I am trying to have this code completion to only show up for only PHP. I am also trying to have the code completion to only show up with specific methods/function ie x() and z().
I am…

brenjt
- 15,997
- 13
- 77
- 118
1
vote
5 answers
PHP Code hinting not working in Dreamweaver CS5
I'm using Adobe Dreamweaver CS5, I have been using this for a long time, but this is the first time I am facing such issue.
Some of the code hintings are disbaled, like $_SERVER, $_REQUEST, etc..
Is there any option to enable these hints? I tried…

Manikandan
- 23
- 1
- 5
1
vote
1 answer
cannot see autocompletion and code hinting in vim
While writing the ruby code in vim , it doesn't auto-complete the code as shown here. I also don't see the code hinting. Why is that ?
Steps I performed for installation of RSense and Vim Plugin. All the operations are performed as root. I did…

Suhail Gupta
- 22,386
- 64
- 200
- 328
1
vote
1 answer
Flex Builder 3 code hints
In Flex Builder, when I create an .as file in a non-actionscript/flex project, the code hinting doesn't seem to work.
Is there a way to get code hinting to work when working on a .as file that's not part of an ActionScript/MXML project?
UPDATE:
The…

Luke
- 20,878
- 35
- 119
- 178
0
votes
1 answer
What is the Correct way to enable JQuery Code Hinting and Completion in Aptana Studio 3?
Hey Guys I am in the process of learning JQuery and I started using Aptana a couple days ago because I read that is was a great IDE.
I am having trouble enabling the JQuery code hinting feature though.
I have read several articles about how to…

Roger Williams
- 159
- 2
- 7
- 15
0
votes
1 answer
How can I trigger a completion menu in a Sublime Text 2 snippet?
Can I trigger a code completion menu in a Sublime Text 2 snippet? I want a tab stop to display a completion menu with options instead of just highlighting the text.
For example, tabbing once in this snippet will highlight _link. Instead of just…

Mohamad
- 34,731
- 32
- 140
- 219
0
votes
1 answer
jQuery Code Hinting in Dreamweaver with noconflict
Currently evaluating Dreamweaver CS 5.5. I like much of it - but wondering about the jQuery code hinting.
I like that feature quite a bit, but problem is, we use the noConflict() feature, like this:
var $j = jQuery.noConflict();
I am wondering if…

OneNerd
- 6,442
- 17
- 60
- 78
0
votes
0 answers
Visual Studio Code doesn't hint the __init__() formal parameters when trying to assign them into a instance
It's common to assign local parameter into a instance within __init__() function in a class.
When using Pycharm, when typing self., the IDE will hint formal parameters of the constructor, so we can quickly assign them to a instance.
But when using…

Jianzhao Huang
- 1
- 1
0
votes
0 answers
How to change code hint font family in vscode?
In VSCode using ctrl+shift+space within parentheses () cause ide to display function parameters as it declared. I always use this feature to often and like to change its font family/size. Is there a way to do this in VSCode?
To be clear I attached…

Mohammad
- 96
- 5
0
votes
3 answers
Editor with Java / JSP and CSS Code Hinting & Completion
Im a Dreamweaver & Eclipse user. Dreamweaver for HTML & CSS development & Eclipse for heavy Java development. For JSP, Im currently using Dreamweaver. None of these tools would be used with a Web Server / Servlet Container.
I am looking for a Editor…

Araejay
- 222
- 1
- 2
- 9
0
votes
2 answers
NetBeans HTML Code Hinting/Completion for Attributes
Has anyone had success with getting NetBeans to display code hinting/completes for html attributes? Yes, it can auto complete tags, but I can't seem to find a definitive answer on whether or not there is a plugin or option to enable completion for…

Nick
- 2,872
- 3
- 34
- 43
0
votes
1 answer
Is it possible to disable hints for unnamed parameters in Android Studio?
I have a variable of function type.
var onLengthChanged: (Int?) -> Unit = {}
When I invoke the function, hint appears for parameter p1, although it was unnamed. I guess that this is an auto-generated name. It looks like this:
Is there any way to…

fdermishin
- 3,519
- 3
- 24
- 45
0
votes
1 answer
MongoDB designer for using into html5
first of all my english is the worst and that is shameful but i want to create a dashboard with yii2 that all users create their own no-sql data base (like mongo) in their dashboard
here is my question is there any extension for design mongodb that…

Farzan Ghalami
- 11
- 5