Imadeelshahid
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Editing YAML files spacing bug
When commenting a line in YAML file and un-commenting it indent order is not maintained. Mostly the one space is removed when un-commenting YAML lines. # yaml: some code yaml: some code Spacin... -
Created Bug: changing file extension causes file to be excluded from the project.
I had index.js, rename it to index.ts for Typescript. Later changed the extension back to index.js I did not exclude file from project inside webstorm, or exclude it inside .gitignore etc. But th...