adelphes / android-dev-ext

Android debugging support for VS Code
https://marketplace.visualstudio.com/items?itemName=adelphes.android-dev-ext
MIT License
212 stars 29 forks source link

Is development stopped on this extension? #135

Closed akash07k closed 2 years ago

akash07k commented 2 years ago

I want to know that is development stopped on this extension? Asking since last update is more than 2 years ago.

adelphes commented 2 years ago

Hi @akash07k - it's a good question. It's true that no new functionality has been added for a while, but I believe the debugger still works in the latest version of VSCode and I'm happy to accept PRs for any bug fixes or new features people want to add.

akash07k commented 2 years ago

Ok, so does the last release work well with latest versions of VS Code?

Also, will we get code autocompletion support?

On 8/3/2022 1:28 AM, Dave Holoway wrote:

Hi @akash07k https://github.com/akash07k - it's a good question. It's true that no new functionality has been added for a while, but I believe the debugger still works in the latest version of VSCode and I'm happy to accept PRs for any bug fixes or new features people want to add.

— Reply to this email directly, view it on GitHub https://github.com/adelphes/android-dev-ext/issues/135#issuecomment-1203156498, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQWBM3SALXED3PEGTCP4G3VXF4WPANCNFSM54R2VT6A. You are receiving this because you were mentioned.Message ID: @.***>

adelphes commented 2 years ago

Yes, the current release of the Android extension still works with the latest version of VSCode. It includes:

Also, will we get code autocompletion support? Java code-completion for standard Android libraries should work. Pressing ctrl + space should bring up relevant identifiers if they don't appear automatically.