Chuck Smith

Avatar
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 5
  • Created

    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: /...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 1 vote
  • Created

    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:...
    • 3 followers
    • 3 comments
    • 2 votes