我知道它不叫Intellisense,但我不知道它叫什么。当我输入一个对象名称并按下“点”时,不会弹出任何内容。我可以记住Java中所有类的所有属性和方法,但在这里求助更容易。
答案 0 :(得分:1)
此功能在Eclipse中称为内容辅助。
您可以在insert into [dbo].[Order Details] (OrderID,ProductID,UnitPrice,Quantity,Discount)
select OrderID,ProductID,UnitPrice,Quantity,Discount
from[dbo].[Order Detai11] as OD1
where OD1. OrderID between 1 and 150000;
下的偏好设置中启用内容辅助的自动激活。选中Java > Editor > Content Assist
复选框,确保Enable auto activation
文本字段中有.
。
这些设置实际上应该是默认设置,因此您可以改为按Auto activation triggers for Java:
按钮。