code-hinting Questions

4

Solved

Why do I have the same suggestions while typing expression? Example:
Chubb asked 11/9, 2018 at 12:15

2

Solved

I've gotten Pydev up and running, and almost all is working well. However I'm having some trouble with docstrings. Let's say for instance I have a function such as the following: def _get_logging...
Haugen asked 15/12, 2010 at 15:30

2

Solved

I looked around and found things that addressed related issues, but not what I'm looking for specifically. I'm using Netbeans which has really grown on me, but when I go to use a function, the "in...
Seniority asked 27/3, 2013 at 12:9

2

Solved

I have an object with getters and setters but I'm loosing intellisense on that object when I pass it to a function or while iterating through a array of these objects. For example: ... $personA =...
Snag asked 27/12, 2012 at 18:30

1

Solved

In PHPStorm, the Code Hinting for an object array is simple and awesome; class FooList { public function __construct(){ $this->_fooList[] = new Foo(1); $this->_fooList[] = new Foo(2); $t...
Treacy asked 17/12, 2013 at 19:43

1

Solved

Eclipse accomplishes PHP function/method hinting by placing all of PHP's function names and code hints into a file called standard.php and associates it to a project as a library(?). Just CTRL + Cl...
Destiny asked 30/7, 2014 at 19:17

4

In Dreamweaver CS5 there's something called Code Hinting (let's call it CH for short). CH has a bunch of information about functions, constants and objects built in the core library. When you pres...
Growl asked 4/1, 2012 at 0:32

2

I'm trying to achieve something simple, usually called "function hints". For example, scintilla-based editors have it: You type a name, and just get the prototype. There are a few problems with ...

2

Solved

I've been using Vim for quite a while now, and while the code-completion (omni, dictionary, etc) works fine I've been missing one thing. Syntax-hinting, so basically I'd like to know what argument...
Keos asked 11/5, 2011 at 11:42
1

© 2022 - 2024 — McMap. All rights reserved.