-
Notifications
You must be signed in to change notification settings - Fork 69
How to have autocompletion? #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@grant can you show more of the code here? How are you creating |
const ce = new CloudEvent(); Is how you create the |
This is what I see in my editor (VS Code) after following the Usage section of the README: Maybe the module isn't updated on npm, but I'd expect to see the experience you're getting when developing locally. I don't want to memorize the CloudEvent properties of course. In the above picture, it looks like we're using typescript types ( |
No, the module is not published on npm with these changes yet. You should try from |
OK. Got it. I'll keep this issue open until we publish to npm then. A user can't really build all npm dependencies from source of course. |
2.0.0 released today, including type definitions. |
Uh oh!
There was an error while loading. Please reload this page.
We need fantastic IDE documentation with inline documentation.
This requires #65
The text was updated successfully, but these errors were encountered: