Adezoysa

Avatar
  • Total activity 88
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 27
  • Created

    Horizontal alignment problem

    A single multi line import statement causes all other short import statements to use 2 lines instead of horizontally aligning nicely as before. Is there any fix to this behavior?
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    refactoring variable names to catch everything

    I attempted to refactor a variable using 'refactor > rename'. I first selected the preview option, and then ok'ed the changes. The variable names were changed in 2 files as expected. However one fi...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Live template with filename and line number

    Hi, I would like to create a hotkey / live template that outputs the following:   console.log('App.js:12', )   App.js:12 would be the actual file name and line number the cursor is on. Can Phpstorm...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    Adding an ignore rule to linting

    I use the Emotion library for react which makes the following code valid: className={css`${cell_style} ${small_headers}`}; In Phpstorm a red error mark is shown. Is there a way to add a rule to ign...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Remove green highlight?

    Answered
    Any way to remove this green highlight? https://i.imgur.com/xwL76bI.jpg That's a template literal using back ticks. I have the styled-components plugin active but am using emotion, which is basical...
    • 5 followers
    • 5 comments
    • 1 vote
  • Created

    Styled component linting

    Hi, Styled Components library appear as a string even after I install the Styled Components plugin. Is there any way to get linting to work properly?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Bad Linting

    In phpstorm 2018.1.5 I normally see purple linting on React props that are passed down. Sometimes the prop value stays gray. But on testing, it passes down correctly indicating a linting error. Scr...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Test linting

    Hi, Running yarn test in the console shows passed tests inside App.test.js (in a React 16 project started with create-react-app). The problem is this file has no code linting or completion. Is Jest...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Wrap code to indent

    Hi, where is the option to soft wrap code to the indent instead of the far left?
    • 3 followers
    • 4 comments
    • 3 votes
  • Created

    Maintain indent after wrapping

    Hi, On PHPStorm 2018.1.14 for Ubuntu, how can I maintain an indent for wrapped text? It goes to the far left which is undesired. I'm working on Javascript files.
    • 2 followers
    • 1 comment
    • 0 votes