Java autocomplete in jGRASP - autocomplete

How I can add autocomplete for java in jGRASP?
I want to use autocomplete in jGRASP.
I can't find it.
Is this a plugin?
I use windows

jGRASP does not have it, and there is no plugin available.

Related

Using Netbeans GUI settings in eclipse

I did not find a working plugin after my tremendously long search for a plugin that works in eclipse. I want the Netbeans GUI-plugin, the one that allows you to modify and create different GUI:s without "coding" in eclipse. Is it possible to do? Where I can I find it?
You mean something like the eclipse windowbuilder? https://eclipse.org/windowbuilder/

Can I use Play 2.1 Template Editor and autocomplete for HTML?

Is there any way to use the Template Editor and some HTML editor at the same time? I would like features like autocomplete for HTML in the Template Editor, or even CSS autocomplete.
I am currently with the Scala IDE Eclipse 3.7.2.
PS1: I am a very beginner in Play/Scala, but I decided to install Aptana (from update site) for the very small but comfortable niceties it provides, so, dropped the play template editor for a moment. Aptana has also a coffeescript editor so, it helps while I am studying backbone with cofeescript.
IntelliJ Idea with scala and play2 plugins works fine for me, autocomplete even for routes file.
I have never used Scala IDE but I know Guillaume Bort, the creator of PlayFramework, has created a Sublime Text 2 plugin for Playframework. It has autocompletion on most file types.
The problem was fixed in this release of Play plugin for the Scala Eclipse IDE:
http://scala-ide.org/blog/play-0.4.0-announcement.html

How do I use angular.js with jsdt-jquery?

In https://stackoverflow.com/questions/12989859/what-is-the-best-ide-for-angularjs
Tonte Pouncil mentioned that it's possible to add angular.js as a library in jsdt-jquery. How does one go about doing this? thanks!
If you install https://github.com/angelozerr/angularjs-eclipse, you will benefit from
AngularjS features, in other words completion, hyperlink in HTML editor and Javascript editor.
jQuery completion because AngularJS Eclipse is based on the Javascript Inference engine tern.js.
Actually it is possible to add libraries to JSDT as well. I am not aware of such libraries. But there is angularjs-eclipse Eclipse plugin, see https://github.com/angelozerr/angularjs-eclipse

Attribute "ng-click" not allowed on element in netbeans

I just love AngularJs. I write all my projects in netbeans and I would like to stick with netbeans. I searched over the net for a plugin that supports AngularJs in netbeans, with no luck.
There is a plugin, but it seems not to work, or I can not get it to work.
I am not looking for a full fledged plugin, if I could get rid of the warnings in the editor I would be satisfied.
My questions:
Does anyone know a working plugin for netbeans that supports AngularJs?
If not, a link to instructions how to make netbeans understand a custom attribute would also help/
you can prefix them with data- or x- ...

How can I get autocomplete for CSS3 properties on Eclipse (Helios)

Please note that I already have CSS autocomplete support active, I need the CSS3 properties and other proprietary properties for CSS like border-raduis, ::selection, -mozkit and -webkit properties.
You could install the Aptana Studio 3.0.3 plugin which has support for CSS3 properties. Aptana Ticket #1986 shows a way to enable matching for browser vendor specific extensions. Ticket #1495 is also relevant.
WARNING! I read on How do I add FTP support to Eclipse?, that the plugin could potentially overwrite or re-organise a lot of your Eclipse workspace. This is an older answer now, so the new version of plugin might be better. I wouldn't want my advice to break your Eclipse without warning you first :-)