This page is no longer maintained — Please continue to the home page at www.scala-lang.org

A few questions about using IDEA with Scala

3 replies
Ken McDonald
Joined: 2011-02-13,
User offline. Last seen 42 years 45 weeks ago.

Using IDEA 10.0.2:

1) Is there any way to configure the regex used by IDEA to recognize
scaladoc tags? I often forget, eg. is it @throw or @throws, and it
would be nice to get some sort of visual feedback for this. Even
better would be some way to popup a list of valid tags, similar to the
code completion feature.

2) When using Esko's SBT plugin for IDEA (v. 1.1.0), is it necessary
to do anything beyond what is mentioned in the plugin docs? I'm getter
an internal IDE error when I try to run from the SBT console in IDEA.

3) When I tried to execute the Ant 'build' target on scala 2.8.1 trunk
using IDEA, I got an error (something to the effect that a file with
"IDEA" in it's name could not be found), executing "ant" from the
command line worked. I'm guessing that IDEA put some extra on a path
somewhere, but have no idea where...anyone familiar with this issue?

Thanks,
Ken

Randall R Schulz
Joined: 2008-12-16,
User offline. Last seen 1 year 29 weeks ago.
Re: A few questions about using IDEA with Scala

On Sunday February 13 2011, Ken McDonald wrote:
> Using IDEA 10.0.2:
>
> 1) Is there any way to configure the regex used by IDEA to recognize
> scaladoc tags? I often forget, eg. is it @throw or @throws, and it
> would be nice to get some sort of visual feedback for this. Even
> better would be some way to popup a list of valid tags, similar to
> the code completion feature.

It's a bit of a hack, but you could use the ToDo functionality to flag
specific REs.

> ...
>
>
> Thanks,
> Ken

Randall Schulz

Ken McDonald
Joined: 2011-02-13,
User offline. Last seen 42 years 45 weeks ago.
Re: A few questions about using IDEA with Scala

A hack, but a very convenient and easy one. Thanks!

On Feb 13, 2:08 pm, Randall R Schulz wrote:
> On Sunday February 13 2011, Ken McDonald wrote:
>
> > Using IDEA 10.0.2:
>
> > 1) Is there any way to configure the regex used by IDEA to recognize
> > scaladoc tags? I often forget, eg. is it @throw or @throws, and it
> > would be nice to get some sort of visual feedback for this. Even
> > better would be some way to popup a list of valid tags, similar to
> > the code completion feature.
>
> It's a bit of a hack, but you could use the ToDo functionality to flag
> specific REs.
>
> > ...
>
> > Thanks,
> > Ken
>
> Randall Schulz

Ilmari Vacklin
Joined: 2011-02-28,
User offline. Last seen 42 years 45 weeks ago.
Re: A few questions about using IDEA with Scala
On Sunday, February 13, 2011 9:32:28 PM UTC+2, Ken McDonald wrote:
2) When using Esko's SBT plugin for IDEA (v. 1.1.0), is it necessary
to do anything beyond what is mentioned in the plugin docs? I'm getter
an internal IDE error when I try to run from the SBT console in IDEA.

You should raise this with Esko directly, either as a GitHub bug [1] or via e-mail.

[1]: https://github.com/orfjackal/idea-sbt-plugin

--
Ilmari

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland