| 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: 1 | 2007-12-28 23:16:39 |
| |
Martin Odersky is a fucking faggot and his team of Eurofaggot pieces of shit can't fucking get their stupid fucking plugin to fucking work right.
The fucking piece of shit fucking webpage says "Eclipse 3.3 (FINAL VERSIONS ONLY!!!!!!!!!!!)" but then the fucking plugin URL demands Eclipse 3.2.
Stupid FAGGOTS.
|
| 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.
|