Hacker News new | past | comments | ask | show | jobs | submit | josebalius's comments login

Here is a demo of the gh CLI ssh'ing into a Codespace and using neovim w/ copilot:

https://twitter.com/josebalius/status/1453413543232090118


Here is a demo of it with Neovim & Codespaces: https://twitter.com/josebalius/status/1453413543232090118


+1 I hate the reference tags....


the new version handles tsconfig.json, so no more need for ///<reference>


Yeah, that's why I liked the new release although Microsoft recommends the comment ugliness still for better IDE support, which is nonsensical.


I think VS 2015 (released today) should handle tsconfig in the IDE.


Totally agree, I have stopped using it as much since they removed those.


Interested in this as well.


Cannot wait!


So are ES6 classes for components coming in 0.13?


You can use ES6 classes today:

    class Button {
      render() {
        return <button>{this.props.label}</button>;
      }
    }

    Button = React.createClass(Button.prototype);
Of course, it would have been nice to be able to skip that last line, and extend/mix in some React base class instead.


Maybe. We're still working on the details about what that will look like. Chances are we'll have some basic support if you're doing a limited set of things. Stay tuned.


Take a look at http://josebalius.github.io/ngReactGrid/ for an example.


Hey man,

This is great, thanks!


It doesn't seem to work on chrome canary in OSX Lion.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: