Replies: 1 comment 3 replies
-
You do have It works for intellisense in IntelliJ at least, don't know about VSCode. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently refactoring an express api app to use the database access scheme described in https://github.com/vitaly-t/pg-promise-demo. Is there a way to get intellisense-like auto completion for these extensions?
E.g. if I would import
db
from https://github.com/vitaly-t/pg-promise-demo/blob/master/JavaScript/db/index.js. I would love to typedb.
and get all possible extensions. If I would typedb.users.
, I would get all public class methods defined in https://github.com/vitaly-t/pg-promise-demo/blob/master/JavaScript/db/repos/users.js.I'm using VSCode.
Beta Was this translation helpful? Give feedback.
All reactions