在Visual C#2010 Express中,如果我using S建议自动弹出键入:
在使用F#的Visual Studio Express 2012 for Web中,如果我键入'open S',则不会发生任何事情。 我必须键入ctrl-j才能触发建议:
有没有办法在2012年获得前一种行为? 也就是说,不必输入ctrj-j作为建议,但是它们会自动出现吗?
In Visual C# 2010 Express, if I type using S suggestions automatically popup:
In Visual Studio Express 2012 for Web using F#, if I type 'open S' nothing happens. I have to key ctrl-j in order to trigger suggestions:
Is there any way to get the former behavior in 2012? I.e. not have to type ctrj-j for suggestions, but have them come up automatically?
最满意答案
C#和F#Intellisense实现由不同的团队编写,具有不同的目标。 通常,F#体验比C#体验更小。 对于像open这样的项目,它们不会自动弹出体验,您必须手动调用它。 没有办法改变这种行为。
The C# and F# Intellisense implementations are written by different teams and have different goals. In general the F# experience is more minimal than the C# one. For items like open they won't automatically popup an experience and you must manually invoke it. There is no way to change this behavior.
更多推荐
发布评论