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
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- [SOLVED] React Native Appwrite SDK not w...
So I'm trying to generate a unique ID using the ID.unique() and its generating properly, but its saying its longer than 36 characters but it isnt.. ```typescri...