MyEclipse中的IntelliJ CTRL + H短键等价物

时间:2015-06-02 06:36:39

标签: java intellij-idea myeclipse

之前我曾使用IntelliJ想法进行开发。 现在我移民到MyEclipse环境。 在IntelliJ想法中,我为此类层次结构使用了CTRL+H短按键。 我的问题是:CTRL+H中的MyEclipse是否等效?

3 个答案:

答案 0 :(得分:1)

要在工具箱中查看类型层次结构,您可以使用string properties = ConfigurationManager.AppSettings["Properties"]; string[] propertiesArray = properties.Split(','); DatabaseContext db = new DatabaseContext(); var dbSelect = from s in db.Description select s; dbSelect = dbSelect.Where // ? public class DatabaseContext : DbContext { public DbSet<DescriptionTab> Description { get; set; } public DatabaseContext() : base("name=DefaultConnection") { } } Ctrl+T,如果您要打开“类型层次结构视图”。

答案 1 :(得分:0)

要在eclipse CTRL + ALT + H中查看调用层次结构。

答案 2 :(得分:0)

eclipse中类层次结构的快捷方式是F4。在eclipse中,它被称为类型层次结构。

使用Ctrl+Shift+L,您还可以浏览当前定义的快捷方式。