Adezoysa
- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 27
-
创建于 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? -
创建于 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... -
创建于 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... -
已编辑于 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.