Jaseci-Labs / jaseci

The Official Jaseci Code Repository
https://jaseci.org
156 stars 214 forks source link

AutoCompletion suggestion for builtin functions : print, len, etc. #1384

Closed kugesan1105 closed 3 weeks ago

kugesan1105 commented 1 month ago

Description

This PR adds autocompletion support for built-in functions in Jaclang within the VS Code extension. When users begin typing, e.g., entering p, it now suggests built-in functions such as print,,.... and others. This improvement enhances coding efficiency by offering autocompletion options for commonly used functions. image