
Hi everyone, Im building a mobile app using react-native. I use appwrite and I don't have intellisense when using appwrite functions. For example I have a function called signIn in the below image. It basically creates a session with email and password but as you can see there are no function description or any parameter that it takes when I hover over createEmailSession function of appwrite that comes from Account instance.

This is my dependencies in package.json

Can you try deleting node_modules, reinstalling dependencies, restarting your IDE, and checking the intelligence on the Client?

I did it as you said

Would you please share a screenshot including the imports?

sure


These are the extensions that I have, idk if it might effect it or not

I think this problem is about my vscode setup, because not only appwrite functions but when I hover over anything, it gives me infinite loading alert, I will try to find a solution for this, when I find it, I will share it here
Recommended threads
- Create platform and can not connect ping
I created a new platform but when I cloned the source, I didn't see the lib/... folder, only env. Then I created a .env file and added those files, then pinged ...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
- Can not login with OAuth
Hello everyone i am trying to login with ios and android in react native - expo but it is not successful. And this is the code which i am using to login
