Chuck Smith

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Chuck Smith commented, -
Chuck Smith created a post, Formatting Function Doc Comments Errors
So I am trying to edit the PHP Function Doc Comment and have created: /*** Description * * @since 1.0.0* * @return ${TYPE_HINT}*/ However, when I insert the DocBlock it is not formatted properly: /... -
Chuck Smith commented, -
Chuck Smith created a post, Format React Components
I am trying to figure a work around to the way the Code Formatter formats React components. For example this code from my App.js: render() { return ( <div> <Header currentUser={this.state... -
Chuck Smith commented, -
Chuck Smith created a post, Format HTML forms
When ever I reformat a HTML with a form, WEBSTORM always places the on one line. For instance this code: ``` <form action=""> <label>Name:</label> <input type="name" /> <button type="submit">Sub... -
Chuck Smith commented, -
Chuck Smith created a post, Webstorm and GraphQL
I have started working with Gridsome, a Vue derivative, which uses GraphQL Queries. The vue file will have a query section like this: ``` <page-query> query ($page: Int) { posts: allPost(perPage:...