Does Zed have intellisense feature similar to VSCode Command + i
?
#6589
-
Hi guys! I just started using Zed and love it! i just wonder whether Zed has similar feature to VSCode IntelliSense (by pressing |
Beta Was this translation helpful? Give feedback.
Answered by
ivansvlv
Aug 28, 2023
Replies: 0 comments 2 replies
-
@mokuzuu Yes, you can use You can find it, and re-bind it in Key Bindings: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mokuzuu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mokuzuu Yes, you can use
Ctrl + Space
to show suggestions/completions.You can find it, and re-bind it in Key Bindings:
"ctrl-space": "editor::ShowCompletions"