主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Julianandreszb
活动总数
6
最后的活动
2025年09月10日 18:11
成员加入日期
2022年06月04日 05:53
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(0)
评论(3)
Julianandreszb
进行了评论,
2025年09月10日 18:11
I changed trim_trailing_whitespace from true to false in the .editorconfig file, and it stopped adding new lines on save files..editorconfig[*] trim_trailing_whitespace = false
社区
PhpStorm
On save new line added to end of file. How stop this?
0 票
Julianandreszb
进行了评论,
2024年10月30日 17:33
Create a jsconfig.json in the root directory. Then paste the below content:{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }}WebStorm will recognize the impor...
社区
IntelliJ IDEA Users
IntelliJ multiple Javascript named imports not being recognized in Vue file
0 票
Julianandreszb
进行了评论,
2022年06月04日 05:53
Create a jsconfig.json in the root directory. Then paste the below content: { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }} WebStorm will recognize the imp...
社区
WebStorm
Webstorm does not see @ alias
3 票