Questions tagged [code-hinting]
90 questions
0
votes
1 answer
How to turn off Parameter Hints on parameter name in PhpStorm 2017?
How to turn off Parameter Hints on parameter name in PhpStorm 2017?
https://blog.jetbrains.com/phpstorm/2017/03/new-in-phpstorm-2017-1-parameter-hints/

user6827096
- 1,186
- 1
- 11
- 26
0
votes
2 answers
How to Add CSS3 Elements to DW CS6 Code Hints
Ok, I spent quite a bit of time trying to research plugins and/or extensions that would allow Dreamweaver to hint the few commands of CSS3 that were not showing up.
I am posting the solution below.

Lee Gellie
- 99
- 1
- 9
0
votes
1 answer
Adobe Brackets Wordpress hints / autocomplete
so.. I am trying out Adobe Brackets as my editor right now and I really like it so far, but there is one thing I am missing and I wonder if there is an extension for that..
I mainly code php, css and javascript for wordpress themes / plugins etc. I…

jayrrr
- 159
- 1
- 2
- 14
0
votes
1 answer
Why PhpStorm doesn't show my class?
I created a class like this:
class FOO {
public function __construct(){}
public function getArr(){}
}
$x=new FOO(); //don't show "FOO" suggestions
$x-> //don't show suggestions
The problem is that PhpStorm doesn't show me the…

Francesco
- 555
- 4
- 23
0
votes
1 answer
Remove generic code completion hinting (so-called "code templates") from object attributes list Netbeans (in PHP)
Is there any way to remove the generic code completion hinting from the object attributes list in netbeans (in PHP)? For any variable, in addition to whatever methods/properties are available for a given object variable, Netbeans includes something…

chiliNUT
- 18,989
- 14
- 66
- 106
0
votes
2 answers
Aptana CSS hinting inside jQuery
I have code hinting for Aptana setup for jQuery. However, many jQuery actions use strings, which Aptana does not provide hinting. How can I have Aptana give hinting for html and CSS when I am typing inside a string?
$(function() {
$("#theList…

Arpinum
- 1
- 1
0
votes
0 answers
Dreamweaver code hinting fails for variables with capital letters
I am using Dreamweaver CS6 at work for primarily PHP programming. The code-hinting/code-completion features which Dreamweaver provides are often highly valuable in our workflow, especially when code is being written by one person and used by…

David Sherron
- 153
- 1
- 7
0
votes
1 answer
PHP: documentation / hinting via @var with multiple classes/interfaces
I am making usage of
/* @var $var Type */
really often for NetBeans can then autocomplete methods and stuff in code.
Still I think its a very useful feature but sometimes I got objects of
classes extending one more class and implementing…

serjoscha
- 510
- 4
- 10
0
votes
1 answer
Add Dynamic @return code hinting in Netbeans php
I have a ->load() method that includes and returns given class name.
So it can return different data types.
Can I enable any kind of code hinting in netbeans?
$msg = $this->load('message');
$msg-> // hinting should list message class methods
$usr =…

Positivity
- 5,406
- 6
- 41
- 61
0
votes
2 answers
how to get css highlighting and hinting for php files in dreamweaver that are being read as css files?
So for my site I needed a way to highlight a php file as css and also enable code hinting as css inside a php file. I am including the php file as a css file using which works and displays the…

amaster
- 1,915
- 5
- 25
- 51
0
votes
3 answers
Code hinting method properties in PhpStorm
Suppose I have the following class:
namespace Acme\SuperBundle\Resources;
use \DOMDocument;
/**
* Class XMLAnswerParser
* @package Acme\SuperBundle\Resources
* @author Quant
* @param \DOMDocument $dom
*/
class XMLAnswerParser
{
public $dom;
private…

Quant
- 350
- 3
- 14
0
votes
1 answer
Netbeans 7.2 autocomplete for namespace class
Edit: Bug reported, accepted and patched http://netbeans.org/bugzilla/show_bug.cgi?id=225062
Since a day or two my Netbeans IDE stopped hinting class arguments and autocompletion does not work for namespaced classes, and I'm simply wondering what I…

Daniel
- 3,726
- 4
- 26
- 49
0
votes
0 answers
netbeans-like performance hints in eclipse
So I'm recently forced to use netbeans after using eclipse for years now while I never considered netbeans as a real alternative. But now I happened to find a cute feature in netbeans I haven't seen in eclipse so far: Java Performance Code Hints.…

annih
- 395
- 2
- 6
- 21
0
votes
1 answer
Why is there delay in Dreamweaver CS6 Code Hinting?
Surely this issue exists in all versions of Dreamweaver, but when I am typing code its like there is a delay in the code hinting, instead of being on keypress it seems to only catch up after I stop typing? I am a fast typer, but I just don't get…

CTS_AE
- 12,987
- 8
- 62
- 63
-1
votes
1 answer
What do first letters like F, V, P in autocomplete mean in Android Studio?
I understand that V is for variable, folder icon is folder, C is for class, but how about p, m? f is function? Where can I check all those meanings?

cloud
- 77
- 6