Adezoysa
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 27
-
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... -
Created Remove green highlight?
AnsweredAny 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... -
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? -
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... -
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... -
Created Wrap code to indent
Hi, where is the option to soft wrap code to the indent instead of the far left? -
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.