Autohotkey 和 Visual Studio Intellisense

Autohotkey and Visual Studio Intellisense

我正在使用 AutoHotkey 向 Visual Studio 发送文本。我面临的问题是,当文本发送到 Visual Studio 时,IntelliSense 被激活并中断文本。

我的问题是:

尝试使用剪贴板,将文本设置为 Clipboard 并在 visual studio 中发送 Paste 命令。

Clipboard := "Your Text"
Activate Visual Studio
Send, ^v

Ctrl + Alt + Space 不会 停用 IntelliSense,但会切换完成模式。

1.模式
Tab Return完成"sensed"字符串

2。模式
只有 Tab 完成 "sensed" 字符串

如果您不使用带自动热键的选项卡,则可以使用 Ctrl + Alt + Space 切换 IntelliSense 完成模式。所以它不会被打断。发送您的短信后,使用 Ctrl + Alt + Space.

重新激活它