Adezoysa
- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 27
-
已编辑于 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... -
创建于 Remove green highlight?
已回答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... -
创建于 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? -
创建于 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... -
创建于 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... -
创建于 Wrap code to indent
Hi, where is the option to soft wrap code to the indent instead of the far left? -
创建于 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.