Jaseci-Labs / jac-analyzer

The Jaclang Language Extension for VScode is an extension that provides basic Language Server Protocol (LSP) functionalities for the Jaclang programming language.
MIT License
0 stars 3 forks source link

Implement auto completion #27

Open musab-mah-7 opened 4 months ago

musab-mah-7 commented 4 months ago

We need to enhance our VSCode plugin to provide autocompletion support for enums, classes, and other relevant elements within source code files. This feature will greatly improve the developer experience by assisting users with code suggestions as they type.

chandralegend commented 4 months ago

@musab-mah-7 add a description and a todo to this