- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Code formatter for Scala
Thu, 2009-03-19, 16:22
Hi,
I would be intersted in using a tool for fomatting my scala source code (I
realized that at least the Scala Eclipse plugin has no formatting
capability)
Is anything available in this area?
TIA
Martin
Thu, 2009-03-19, 20:57
#2
Re: Code formatter for Scala
On Fri, Mar 20, 2009 at 12:48 AM, Naftoli Gugenheim
wrote:
> It doesn't let you format a block of text at a time, but pressing tab at the
> beginning of a line should format at properly relative to the previous
> line's indentation, so you can go through a file line by line pressing tab
> at the beginning of each line.
>
> On Thu, Mar 19, 2009 at 11:22 AM, Martin Kuhn wrote:
>>
>> Hi,
>>
>> I would be intersted in using a tool for fomatting my scala source code (I
>> realized that at least the Scala Eclipse plugin has no formatting
>> capability)
>>
>> Is anything available in this area?
Or in Emacs
C-x-h and M-x indent-region
works almost perfectly with scala files.
Fri, 2009-03-20, 04:47
#3
Re: Code formatter for Scala
Alt-Shift-F does nice formatting in the Netbeans with the Scala plugin.
On Thu, Mar 19, 2009 at 9:22 AM, Martin Kuhn <martin.kuhn@gmx.at> wrote:
On Thu, Mar 19, 2009 at 9:22 AM, Martin Kuhn <martin.kuhn@gmx.at> wrote:
Hi,
I would be intersted in using a tool for fomatting my scala source code (I
realized that at least the Scala Eclipse plugin has no formatting
capability)
Is anything available in this area?
TIA
Martin
--
View this message in context: http://www.nabble.com/Code-formatter-for-Scala-tp22601448p22601448.html
Sent from the Scala - User mailing list archive at Nabble.com.
On Thu, Mar 19, 2009 at 11:22 AM, Martin Kuhn <martin.kuhn@gmx.at> wrote: