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
Hi! I want autocompletes when I write a var, I search in docs this:
==============================================================================
REPL COMPLETION *dap-completion*
nvim-dap includes an omnifunc implementation which uses the active debug
session to get completion candidates.
It is enabled by default in the REPL, which means you can use `CTRL-X CTRL-O`
to trigger completion within the REPL.
You can also configure completion to trigger automatically:
au FileType dap-repl lua require('dap.ext.autocompl').attach()
Completion will then trigger automatically on any of the completion trigger
characters reported by the debug adapter, or on `.` if none are reported.
==============================================================================
After that, I add in my work init.lua this command:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I want autocompletes when I write a var, I search in docs this:
After that, I add in my work init.lua this command:
And after restart it's didn't work =( Maybe someone can help me setup the autocompletes in console
Beta Was this translation helpful? Give feedback.
All reactions