angelozerr / tern-node-express

A Tern plugin adding support for express web application framework for node.
http://expressjs.com/
MIT License
56 stars 4 forks source link

Support for Request/Response #4

Closed angelozerr closed 9 years ago

angelozerr commented 9 years ago

@nodeleaf I have tried to manage the whole cases for tern-express.

It should be very cool if you can finish to fill JSON Type Definition for:

I have created a demo per interesting function. You can do it the same thing if you want.

I think it should be cool if we could support too :

Tell me if it's interesting.

angelozerr commented 9 years ago

@nodeleaf it seems that you have filled Request/Response we can close this issue?

ghost commented 9 years ago

Issue closed

angelozerr commented 9 years ago

thank's @nodeleaf

Do you see other issues to improve tern-node-express? Or do you think our work is enough to provide cool completion for express framework?

ghost commented 9 years ago

@angelozerr: I think we are done here. Is it enough? Assuming we didn't make too many mistakes: yes – as we could hardly wait for Tern 0.7.0 to improve it. Or should we?

angelozerr commented 9 years ago

as we could hardly wait for Tern 0.7.0 to improve it.

I have integrated tern-node-eclipse inside tern.java 0.7.0 SNAPSHOT. You can install the SNAPSHOT version with the folowwing update site http://oss.opensagres.fr/tern.repository/0.7.0-SNAPSHOT/ and play with node-express inside Eclipse.

I'm working on https://github.com/angelozerr/tern.java/issues/134 to have a better cool completion.

So I think we could publish tern-node-express. @nodeleaf, @PaulVI do you know how we can do that?