Mostafa-Samir / Classing-js

Brings the world of classical OOP to javascript
MIT License
46 stars 1 forks source link

any ide support #2

Open lxbzmy opened 10 years ago

lxbzmy commented 10 years ago

Extjs jquery etc have ide support。 can detectd extjs class or jquery fn。

Mostafa-Samir commented 10 years ago

I tried it with netbeans and it was able to detect the library's APIs. I don't know about other IDEs but I have no reason to think it won't work on them. Maybe you could try another IDE (if you have a particular one in mind) and give me a feedback?

lxbzmy commented 10 years ago

What I mean is these classes make you classing-js not only classing-js. for example , spket ide plugin in eclipse, can recognize classes make by extjs or jquery.

2014-05-26 18:41 GMT+08:00 Mostafa-Samir notifications@github.com:

I tried it with netbeans and it was able to detect the library's APIs. I don't know about other IDEs but I have no reason to think it won't work on them. Maybe you could try another IDE (if you, particularly, have one in mind) and give a feedback?

— Reply to this email directly or view it on GitHubhttps://github.com/Mostafa-Samir/Classing-js/issues/2#issuecomment-44177609 .

Mostafa-Samir commented 10 years ago

yes, it can recognize classes made with Classing{js} and can enumerate their public properties but it can't enumerate the public properties in an instantiated object in that class I'm not really familiar with the behavior of spekt plugin with eclipse, I'll give it a try to fully understand what I'm gonna be aiming to when I address this issue

lxbzmy commented 10 years ago

:),current now, spket good than jsdt,they all suport jsdoc. 2014-5-27 下午10:43于 "Mostafa-Samir" notifications@github.com写道:

yes, it can recognize classes made with Classing{js} and can enumerate their public properties but it can't enumerate the public properties in an instantiated object in that class I'm not really familiar with the behavior of spekt plugin with eclipse, I'll give it a try to fully understand what I'm gonna be aiming to when I address this issue

— Reply to this email directly or view it on GitHubhttps://github.com/Mostafa-Samir/Classing-js/issues/2#issuecomment-44285422 .