The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
11 views

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 <link href="css.php" ...
0
votes
1answer
27 views

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 ...
3
votes
1answer
35 views

PhpStorm and expanded php definitions

Using code hinting, PHPStorm can show me quick function definitions; can it be configured to show me more detailed examples of the function's use?
0
votes
1answer
153 views

How to enable code hinting for css in Sublime Text 2?

I am new to rails and using Sublime Text 2 for my code writing. It's working well with .erb files but when it comes to writing css in scss files I am not sure how I enable code hinting for css. Like ...
1
vote
1answer
73 views

Netbeans PHP function parameter hints

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 ...
0
votes
0answers
53 views

How to set DreamWeaver to show code hinting for backbone

Is there a way to setup DreamWeaver CS6 to display code hinting for backbone.js framework? Or any other js like it is done for jQuery?
0
votes
1answer
215 views

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 ...
2
votes
1answer
317 views

How to get intellisense working with phpStorm when passing object to function or iterating

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 = ...
0
votes
0answers
67 views

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 ...
0
votes
1answer
258 views

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 ...
1
vote
1answer
2k views

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.
1
vote
0answers
109 views

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 ...
0
votes
4answers
824 views

Dreamweaver CS5 php code hinting issues

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.. ...
8
votes
2answers
521 views

Vim function hints for C

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 ...
1
vote
0answers
192 views

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 ...
1
vote
1answer
740 views

JQuery-Mobile code assist (code (auto) completion, code hinting) for Netbeans IDE

is there any code assist (code completion, code hinting) feature or plugin for the Netbeans IDE (not autocomletion for text input fields such as for names or states but a code assist (!) for coding)? ...
0
votes
1answer
284 views

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 ...
0
votes
1answer
540 views

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 ...
0
votes
0answers
87 views

Windows C IDE which gives hints regarding errors while editing code

I'm looking for a C IDE which can be run in Windows and that has the ability to display errors near the problematic lines during code editing. Similar to what happens in several Java IDEs, like ...
1
vote
1answer
409 views

jquery sdocml not working in aptana studio 3 for eclipse

I first installed the Ruble and it didn't work. Then I read the instructions and place the jquery sdocml file in my project but it still didn't work. Even after restarting eclipse and making a new ...
0
votes
1answer
402 views

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: ...
1
vote
2answers
665 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 ...
6
votes
2answers
1k 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 ...
2
votes
1answer
434 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 ...
0
votes
2answers
339 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 ...
-1
votes
3answers
623 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 ...
1
vote
1answer
1k 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
370 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 ...
0
votes
3answers
906 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 ...
3
votes
1answer
559 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 ...
4
votes
1answer
480 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
4
votes
2answers
411 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 ...
1
vote
1answer
252 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...:(
3
votes
1answer
1k 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 ...
4
votes
3answers
107 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 ...
1
vote
1answer
772 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 ...
1
vote
1answer
861 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
163 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 ...
2
votes
2answers
176 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 ...
0
votes
2answers
447 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
vote
1answer
333 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
518 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 ...