English 中文(简体)
Scala Eclipse Autocomplete Broken?
原标题:Scala Eclipse Autocomplete Broken?

我试图在ec子中为cal体的发展而做汽车。 I m试图从一个Schala阶级中提一个 j子,而汽车特征从未发现过。

举例来说,采用这一加薪类:

object Main {
 def main(args: Array[String]) {
  val btn = new JButton
 }
}

当我打碎打JButton汽车尾部时发现“Arr”、“asof”、“case”、“ submissions”、“def”等,但没有课堂。

在Wow->Pviss->Java->Editor->Content Assist->Advanced 我在“无人提议金”下选出:

Java 提案, Java型提议,SWT 模板提案和模板提案。

I m, using the Scala 2.8.0-final plugin under Eclipse 3.5.2, inWindows 7

是否有其他人遇到这一问题? 任何解决办法?

问题回答

这种汽车结业尚未得到Schala plug-in的支持。 你可以取得类似结果,等待汇编错误的出现,要求Ctrl-1,并选择快速固定装置以自动进口这种类型。

,“New and notes post。


www.un.org/Depts/DGACM/index_spanish.htm 更新:

Luc Bourlier has committed an better for this to give autocompletion for services on the categorypath. 它将在下台(2.0.0-beta11),或 night夜。

http://www.assembla.com/spaces/scala-ide/wiki/Known_Issues#no_completions_ available”rel=“nofollow” https://www.assembla.com/spaces/scala-ide/wiki/Known_Issues#no_completions_ Available

我有同样的问题,解决办法很简单。 Pick the menu Options Scala -> Run Setup Engineerings.

我点击了被称为“建议”的所有物品,汽车开始施工。 我确信,我以前已经这样做了,但情况可能随着更新而消失。

“entergraph





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签