You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
hey there
in new "test.js"
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
The text was updated successfully, but these errors were encountered: