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
Just recently started working with neovim as my IDE, and wanted to try my hand at using it for Android Development as well
My current neovim config:
Mason
Mason lspconfig
nvim-lspconfig - server configurations were kept to defaults
ktlint
LuaSnip
While working on an example project to test drive the config I run into the issue that in most cases some imports would come up in the completion window and prompt for import but for others it wouldn't:
In this case the imports do show up :
In this case for this composable it doesn't show up:
Not really sure why it's happening, any help would be appreciated. Thank you !
The text was updated successfully, but these errors were encountered:
nadim365
changed the title
Android + Mason: Unresolved references for certain android dependencies
Neovim + Android + Mason: Unresolved references for certain android dependencies
Feb 20, 2024
Just recently started working with neovim as my IDE, and wanted to try my hand at using it for Android Development as well
My current neovim config:
While working on an example project to test drive the config I run into the issue that in most cases some imports would come up in the completion window and prompt for import but for others it wouldn't:
In this case the imports do show up :
In this case for this composable it doesn't show up:
this is the logs:
lsp.log
Not really sure why it's happening, any help would be appreciated. Thank you !
The text was updated successfully, but these errors were encountered: