Skip to content
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

code completion/proposal or available methods #35

Closed
GurjinderSingh opened this issue Nov 8, 2014 · 2 comments
Closed

code completion/proposal or available methods #35

GurjinderSingh opened this issue Nov 8, 2014 · 2 comments

Comments

@GurjinderSingh
Copy link

hey there
in new "test.js"

var fs = require('fs');
fs.

net beans suggest only js platform methods/function not from fs lib. but when i check in project > libraries, it show that i have fs lib and when i click on fs lib it open "lib/fs.js", 1785 line long code file. i want know that is there any way i can see fs. exists, read, close suggestions from function of fs.

netbean version 8.0.1
nb-nodejs version: 2.21

i am new to nodejs so don't know much what is this all about but using netbeans php from 4 years working fine. i have enabled almost all option for code completion for JavaScript. please help me if i misunderstand something or doing wrong.

thanks

@timboudreau
Copy link
Owner

Currently there is no support for that. There is a placeholder module in the source code for implementing that. I've taken a look at the support for, for instance, JQuery and how it implements code completion. It is not a small or easy task. I hope to accomplish it eventually, but it looks like several weeks of solid work.

@timboudreau
Copy link
Owner

Duplicate of #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants