Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Julianandreszb
Total activity
6
Last activity
September 10, 2025 18:11
Member since
June 04, 2022 05:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (3)
Julianandreszb
commented,
September 10, 2025 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
Community
PhpStorm
On save new line added to end of file. How stop this?
0 votes
Julianandreszb
commented,
October 30, 2024 17:33
Create a jsconfig.json in the root directory. Then paste the below content:{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }}WebStorm will recognize the impor...
Community
IntelliJ IDEA Users
IntelliJ multiple Javascript named imports not being recognized in Vue file
0 votes
Julianandreszb
commented,
June 04, 2022 05:53
Create a jsconfig.json in the root directory. Then paste the below content: { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }} WebStorm will recognize the imp...
Community
WebStorm
Webstorm does not see @ alias
3 votes