【发布时间】:2020-07-19 05:20:09
【问题描述】:
我目前正在使用 WebStorm 2019.3.4 并且在 Angular 项目中,尝试按 CTRL + ALT + L 重新格式化代码时,我无法中断长行。
我有 IDE 和 TypeScript 的默认配置。
我想打破的长线示例:
export const countyList = [{
countyName: 'Alachua',
taxRate: '0.01',
zipCodeList: ['32601', '32602', '32603', '32604', '32605', '32606', '32607', '32608', '32609', '32610', '32611', '32612', '32613', '32614', '32615', '32616', '32618', '32627', '32631', '32635', '32641', '32643', '32653', '32654', '32655', '32658', '32662', '32667', '32669', '32694']
}];
【问题讨论】:
标签: typescript intellij-idea ide webstorm