Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Julianandreszb

Avatar
  • 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
    1. Community
    2. PhpStorm
    3. 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...
    1. Community
    2. IntelliJ IDEA Users
    3. 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...
    1. Community
    2. WebStorm
    3. Webstorm does not see @ alias
    • 3 votes
Copyright © 2000– JetBrains s.r.o.