- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
A few questions about using IDEA with Scala
Sun, 2011-02-13, 20:32
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
Sun, 2011-02-13, 22:27
#2
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
Mon, 2011-02-28, 23:37
#3
Re: A few questions about using IDEA with Scala
On Sunday, February 13, 2011 9:32:28 PM UTC+2, Ken McDonald wrote:
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
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
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