Is there a way to autocomplete variables in VS Code while debugging?
68 views
Skip to first unread message
Diego L
unread,
Feb 29, 2024, 2:31:10 PM2/29/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hi guys, does anyone know if there is a way for VS Code to recognize the variables defined in my Go program while I am debugging (for autocomplete)? For example, in this case, when typing "po" it came out to complete "port" in the debug console ((as happens in interpreted languages).