[Debugger] Adding IntelliSense support for debug console #32285
praveennadarajah
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
Based on the internal discussion, it is decided to do an initial POC with Approach 3. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please find the architecture design for the proposed Approached 3 in [1]. [1] https://docs.google.com/document/d/1jGVvhyGLdA_KNdXnSSlcAkSYJIZpkMJr0boFLDrsC7A/edit?usp=sharing |
Beta Was this translation helpful? Give feedback.
2 replies
-
The architecture diagram looks good. Also, I would like to suggest you the following points as well.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, ballerina does not have IntelliSense (code-completion) support for debug console. Therefore users have to type the entire expression manually to evaluate it. Typing lengthy expressions in debug console without code completion would lead to a bad user experience.
How about adding Intellisense support for debug console?
We can consider the following approaches:
@hevayo @mohanvive @nadeeshaan @prabushi @NipunaRanasinghe @IMS94
Beta Was this translation helpful? Give feedback.
All reactions