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 Outline functionality also doesn't seem to work in the same situation. It would be nice...
Question says it all...
...
hello all,
i'm using dreamweaver cs4 on a mac running os 10.6.2 and am experiencing issues with code hinting.
2 of my issues are:
-closing tags not being generated after creating the open tag, in preferences i have selected: After typing the open tag's ">"
-attributes/functions associated with tags are not displayed after opening one,...
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 tr:even").addClass("stripe1");
$("#theList tr:odd").addClass("stripe2");
});
I have ...
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 manually, rather than through the Guava (List.newArrayList()/Maps.newHashMap()) etc. as per a team-wide standard.
I'd appreciate any direction.
...
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 hints?
...
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!
...