简体   繁体   English

在 Netbeans IDE 中自动更正?

[英]Autocorrect in Netbeans IDE?

I was wondering if there is an autocorrect option in netbeans that will correct mistakes such as string into String etc, as I tend to always forget this capitalization.我想知道 netbeans 中是否有一个自动更正选项可以更正诸如字符串到字符串等错误,因为我总是忘记这个大写。

Tried googling a bit and searching around the options but couldn't find anything.尝试使用谷歌搜索并搜索选项,但找不到任何内容。

You could use an AutoHotKey script for that, but I know that's not really what you want可以为此使用 AutoHotKey 脚本,但我知道这不是您真正想要的

::string::String would auto-replace "string" with "String" ::string::String会用“String”自动替换“string”

AHK Hotstring wiki page here AHK Hotstring 维基页面在这里
Get AHK here在这里获取 AHK

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

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