| User: Anonymous | Rating: 8 | 2008-06-26 18:37:34 |
| |
+ code completion
+ code highlighting
- editor options (indentation etc)
|
| User: kmsquire | Rating: 5 | 2008-06-12 15:08:21 |
| |
Works well some times, but still is rather buggy. Some issues:
* font coloring gets screwed up at various times (e.g., commenting and then uncommenting a line with // sometimes does not undo the coloring, + others)
* doesn't like it when resources are renamed by only changing the case of one of the letters
* occasionally gets into a state where I can no longer enter text into a window without producing errors. (Closing the file and reopening works.)
* indicates errors, and often has information about the error, but sometimes it just underlines something with no error information (at least that I can get at)
* would be nice if it were more consistent with the Java editor behavior
* automatic indenting is not consistent, and isn't configurable (e.g., I'd like to be able to configure the tab/indent width)
|
| User: Anonymous | Rating: 5 | 2008-05-19 16:57:03 |
| |
I like Scala and the plugin is useful, but its text editor is seriously broken. It does not follow the regular Eclipse text editor settings for indentation.
|
| User: Anonymous | Rating: 7 | 2008-04-10 15:21:15 |
| |
This is still far away from JDE, but it has increased my productivity with scala 100%. Pairing this with my generally increased productivity with Scala against Java, then we have something really promising.
Keep up the good work.
|
| User: Anonymous | Rating: 3 | 2008-03-20 23:09:59 |
| |
It doesn't offer any sort of code completion. All I can get to work is code highlighting. Is this all this plugin gives me?
|
| User: Anonymous | Rating: 9 | 2008-02-27 15:19:55 |
| |
Cool stuff, highlighting is great but I am still missing code completion that works similar as in JDT...
|
| User: Anonymous | Rating: 2 | 2008-02-04 02:36:46 |
| |
It only kind-of works and is spewing compilation errors into the Error Log tab. Further, it doesn't do Syntax Highlighting of the Scala code in real-time, you have to Save the file, Tab off, then Tab back on to get the syntax high lighted. There doesn't appear to be any code completion. Its really not much of a plug-in, I'm on my way back to emacs for Scala development.
Environment is Eclipse Europa, Mac OS X on Powerbook G4, java.version=1.5.0_13
I am underwhelmed.
|
| User: Anonymous | Rating: 5 | 2008-01-27 12:18:17 |
| |
(you need the classic version of eclipse in order to install this.)
i have 2.6.5 and it's still kind of buggy.
also some of the missing features:
- errors are not explained
- no refactorings
- proper code completion
|
| User: Anonymous | Rating: 7 | 2008-01-12 16:21:56 |
| |
+1 for code completion / insight
I found this plugin very helpfull in getting a quick start. But without code completion it remains a neat toy for playing with a functional programming paradigm....
|
| User: Anonymous | Rating: 4 | 2008-01-02 15:05:45 |
| |
Code completion is critical when working with the verbose Java API. The crucial usability guideline is -- "For good design, knowledge to use the tool must reside in the tool itself". This is not as much important for libraries built from ground up for syntactically sophisticated languages. But the Java API are unworkable without code completion and the developer needs to make several trips between the editor and the JavaDocs in its absence. Without it, the net productivity is lower than Java+JDE, I am afraid.
|
| User: Anonymous | Rating: 8 | 2007-12-28 05:29:33 |
| |
I REALLY like Scala but in order for more people to like a better Eclipse plug-in is needed. Focus on auto-completion and code formatting, scala-docs etc. - this is really important for development with large teams.
|
| User: Anonymous | Rating: 9 | 2007-11-27 07:28:10 |
| |
Quelques commentaires suggestions pour le plugin :
- en cas d'erreur dans le code, la couleur ne s'affiche pas.
- le raccourcis ctrl+o est très très pratique lorsque l'on code en java sous eclipse. S'il était disponible en scala, ce serait un gain de temps que je trouve non-négligeable. C'est l'amélioration qui me tiendrait le plus à coeur.
- lors de la création d'un projet scala, il faut toujours créé un package. N'est-il pas possible de créer par défaut un package qui porte le meme nom que le projet ?
- biensûr, l'autocomplétion serait un must ainsi que la possiblité d'avoir un petit rectangle jaune qui affiche l'API d'une fonction pointée par la souris.
|
| User: Anonymous | Rating: 7 | 2007-11-26 13:31:02 |
| |
With code completion and other stuff from the Java IDE it would be 10.
|
| User: Anonymous | Rating: 9 | 2007-08-21 16:51:09 |
| |
Plugin is there at early stage of the (Scala)language, it has the templates, the perspective, syntax-highlighting, etc. etc. A 9 out of 10, to leave some room for improvement ;-)
|
| User: Anonymous | Rating: 8 | 2007-08-11 18:26:16 |
| |
Scala is an amazing language, but this plugin needs improvement. It's not as good as the JDT for Java. Unfortunately it's the only option for Scala on Eclipse.
|
| User: Anonymous | Rating: 6 | 2007-06-06 09:56:36 |
| |
It still misses essential features, e.g. true auto-completion (even when there are syntax errors), refactorings (e.g. move/rename), AUTO coloring (for now it does coloring at opening time and when you press ctrl+shift+z), but a good starting point.
Ah, thing that suck : in the rare cases when you can have auto-completion, the pop-up doesn't show the arguments of the methods.. so eg. you can have six times "createNewCanvas" without its arguments and that's not particularly useful ;)
|
| User: Anonymous | Rating: 9 | 2007-05-18 22:58:16 |
| |
best thing for a Scala programmer
|
| User: Anonymous | Rating: 10 | 2007-05-04 12:35:18 |
| |
Scala is most probably the best programming language today. Clean, functional, powerfull, statically typed, interoperable with Java. This plugin is a great way to start experiencing rapidely!
|
| User: Anonymous | Rating: 7 | 2007-04-29 16:48:21 |
| |
Unfinished but promising.
|