如何在“长单个字符串”异常下强制在Intellij中启用软包装?

时间:2019-05-30 07:38:26

标签: intellij-idea

Intellij不进行自动包装是一个例外。在Intellij参考page的“软包装”部分下,它指出

chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) { if (request.action == "checkColorContrast"){ console.log(request.action); sendResponse("Hello Buddy!"); } });

我如何仍然迫使此案包装?它会引起恼人的水平滚动条,我想禁用它。

0 个答案:

没有答案