aayushai / TranspilerX

Code converter from one programming language to another.
https://transpiler-x.vercel.app
MIT License
4 stars 12 forks source link

Code Completion/ Auto-complete functionality #10

Open aayushai opened 1 month ago

aayushai commented 1 month ago

Feature Request: Auto-complete Functionality

Description

Pratik00019 commented 1 month ago

Hello @aayushai ,

I would love to contribute to this project. Could you please assign this issue to me?

Thank you!

aayushai commented 1 month ago

Sure Go Ahead! @Pratik00019

aayushai commented 1 month ago

@Pratik00019 what's the status?

Pratik00019 commented 1 month ago

@aayushai Working on it.

Pratik00019 commented 1 month ago

Hello @aayushai,

Could you please clarify if you would like suggestions in a format similar to the one shown in the image? If that's not the case, could you provide more guidance on the type of suggestions you're looking for? For example, when typing "print" a second time, I see that recommendations already appear, as shown in the image. Thank you! image

aayushai commented 1 month ago

Hi @Pratik00019 , I know that monaco editor supports auto-completion and I have already enabled it also, but here i am talking about IntelliSense hinting.

Refer these documentation you will undrerstand how to implement it:

Pratik00019 commented 1 month ago

hey @aayushai Do you want like this ? And when I saw javascript there are already lints available? so should i do this linting only for python, as I am contributing for the first time ever image

aayushai commented 1 month ago

Yes @Pratik00019 for Javascript and Typescript linting is there, you have to do for rest of the languages.

Pratik00019 commented 1 month ago

@aayushai As I have added for def in python, do you want like that ?

aayushai commented 1 month ago

Yes for all languages except JS and TS .