I'm tired of using IDEs for scala because it can take several minutes to write one line of code on my computer (before I started programming in scala I didn't surmise that it is slow). It's a great pity that there is no option to turn off some features of scala plugin (of any IDE) that devour 100% of my cpu power and not necessary for me.
I want to switch to text editor. I have 2 things that I realy need from editor - syntax highlighting and navigating source code. What I mean:
def foo = Bar.foo
Bar class is located somewhere in project code or 3dparty lib; CTRL+left mouse click on "Bar" => jump to Bar's code.
So, could you suggest text editor with scala syntax and source code navigating support?