简体   繁体   English

Netbeans中的Eclipse行为

[英]Eclipse behavior in Netbeans

I love Netbeans but there is one thing I really like about Eclipse that I can't do in Netbeans: 我喜欢Netbeans,但是我非常喜欢Eclipse的一件事,而我在Netbeans中无法做到:

If I have started a function that takes a string ie someFunction("Some string here") 如果我启动了一个带有字符串的函数,即someFunction(“ Some string here”)

Both netbeans and eclipse will autocomplete the ending doublequote and parens. netbeans和eclipse都将自动完成结尾的双引号和括号。

In Eclipse, if I hit enter at the end of my string, the cursor will move outside these. 在Eclipse中,如果我在字符串末尾按下Enter键,则光标将移到这些字符之外。

In Netbeans, it will do a newline. 在Netbeans中,它将进行换行。

Anyone know how to make Netbeans behave like Eclipse in this manner? 任何人都知道如何以这种方式使Netbeans表现得像Eclipse吗?

It's an entirely differently application that uses very different APIs for their editors. 这是一个完全不同的应用程序,其编辑器使用非常不同的API。 Short of writing a custom plugin, I don't think you can. 没有编写自定义插件,我认为您不能。

This is a usablity issue. 这是一个可用性问题。 I think NetBeans has not support this yet. 我认为NetBeans还不支持此功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM