Performance Debugger

So my idea is that my extension would run through a program, line by line, and when it’s finished, tell the user which lines of code are taking up the most resources in the repl. This will make it easier for users to optimize their code.

Unfortunately, I don’t have access to the beta yet.

I just want to know your thoughts on my idea :slight_smile:

1 Like

Sounds really cool! Or just a detailed version of the CPU reader at the bottom of the code editor.

2 Likes

What languages are you thinking of supporting?

1 Like

I’m obviously not fluent in every language, so I was going to start with what languages I know and get help from others on the languages I don’t know.

I plan on supporting as much languages as I can.

2 Likes

but what languages do you know?

1 Like

Currently I’m only fluent in Lua, JavaScript/TypeScript, and HTML/CSS (latter aren’t programming languages but still something to include :stuck_out_tongue: )

If anyone who is in the extension is interested in helping out once I have access, feel free to let me know.

2 Likes

I’m good with python, c++, and java. I have a passing understanding of javascript (kinda) XD idk just thought I’d say :stuck_out_tongue: are we sharing or smth

2 Likes