Mdodge
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Mdodge created a post, Closing parenthesis of while loop indented wrong
I cannot figure out which formatting setting is changing my closing parens on my while loops. I keep moving them and the default formatting moves them back. Here is what they look like when the fo... -
Mdodge created a post, Build keeps failing due to ESLint errors even with ESLint disabled
For some reason, I can no longer build my React project. It seems like it is ESLint errors causing it to fail. I have disabled ESLint under Settings -> Languages & Frameworks -> Javascript -> Cod... -
Mdodge created a post, Build and deploy in a single step
It seems like building and deploying a project in a single step would be a fairly common task in an IDE. However, I am not finding the option to do that. I have a React project. When I build for... -
Mdodge created a post, Modify Emmet HTML Replacement code
I'm wondering if there is a way to modify the Emmet replacement code templates. If I type `.row` and expand it out I get this: `<div className='row'></div>`. I am using JSX in React so what I rea...