Tagged Questions
The code-hinting tag has no wiki summary.
6
votes
4answers
4k views
5
votes
1answer
63 views
Code Hinting custom functions/objects/constants, and on chaining, commentary in Adobe Dreamweaver CS5
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 press ...
4
votes
2answers
189 views
Syntax hinting in Vim
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 arguments a ...
4
votes
3answers
80 views
Are there non-aesthetic differences to consider between hinting techniques when writing in CFScript?
I'm aware of two methods to write code hints in CFScript. I would like to know if there are any functional, non-aesthetic differences between the two, and what's considered best practice.
The first ...
3
votes
1answer
337 views
Eclipse Code Hinting on JSP with Custom Tags (taglib)
I'm developing a JSP tag that have an attribute that works with a set of possible values.
I don't need to enforce this values, but I would like my IDE (Eclipse) do some code hinting or ...
3
votes
1answer
180 views
Is there any Code Hinting for Textmate? If so, where can I download and How can I install?
As the title says, i am looking for code hinting for textmate and was wondering if there is anything out there and if it would work for Ruby on Rails
Thanks
3
votes
1answer
447 views
How can I get PhpStorm to go to the right declaration
I have the following snippet of code.
abstract class MrParent {
public function __construct() {
$this->var = 'a';
}
}
class MrChild extends MrParent {
public function hello() {
echo ...
2
votes
1answer
62 views
Code Hinting with CSS in Dreamweaver 5.5
I am currently using the trial version of Dreamweaver 5.5 to be able to - hopefully - get a better understanding of the benefits of this program. I had previously used Aptana Studio 3 for a couple ...
2
votes
2answers
83 views
Writing Intelli-J inspections?
How would I go about writing my own Intelli-J inspection? I'm looking for some general guides or resources.
I want to bring up an inspection hint every time a collection class is instantiated ...
1
vote
2answers
27 views
How can I use docblock hints with classes for $this variables?
I'm using NetBeans as my IDE. Whenever I have some code that uses another function (usually a factory) to return an object, typically I can do the following to help with hinting:
/* @var $object ...
1
vote
1answer
125 views
SQL Editor / Viewer for Mac
Im looking good SQL (MySQL) editor/viewer for MacOS. I want to spend money on it, if it what I looking for. (on Windows I use: dbForge Mysql and I looking something similar to it)
Main features I ...
1
vote
1answer
100 views
Eclipse (with JSF) code assistance (auto code hinting) problem
I am doing a JSF project in Eclipse (Helios) and I enabled the JSF facet for my project.
Code assistance (code hinting) works for the JSF tags but not for the attributes.
Say, if I type the ...
1
vote
1answer
111 views
Can we set a timeout for the Eclipse function hint list?
is it possible to set a timeout for the Eclipse function hint list?
Waiting for the full function list to load simply pisses me off...:(
1
vote
1answer
571 views
Flash Builder 4 auto import not working
The code hinting works, but when I select the suggested code and press enter it does not auto import.. What might be the problem of this?
Thanks!
1
vote
1answer
98 views
zend code hinting in a non-zend project?
I'm trying to get code hinting in eclipse for zend in a non-Zend project. The code works fine, but all I'm getting for code hinting is Zend_5250_. Is there something I need to do to get those code ...
1
vote
1answer
194 views
Dreamweaver CS4 Code Hinting Issues
I'm using Dreamweaver CS4 on a Mac running OS 10.6.2 and I am experiencing issues with code hinting.
Two of my issues are:
Closing tags are not being generated after creating the open tag in the ...
1
vote
1answer
481 views
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 ...
0
votes
2answers
57 views
How do you stop Eclipse from underlining functions?
Is there a way to disable the code-hint underlining in Eclipse?
I use an eclipse-based IDE for a dynamic language, so it gets annoying at times when it can't discover methods from classes in other ...
0
votes
1answer
237 views
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 ...
0
votes
1answer
339 views
code hinting / completion for array of Objects in Zend Studio (or any other Eclipse based IDE)
Is this even possible? For example, say I have an array of Dogs. How do I get code completion to work? Here's code to illustrate the problem. Any advice would be great!
class Dog {
private ...
0
votes
2answers
316 views
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 ...
-1
votes
3answers
197 views
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 ...