Adezoysa
- 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? -
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... -
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... -
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.