I know I don’t normally make these but…
Basically, replit IDE has a few… annoying things that I don’t like:
- When putting a curly brace like this:
...
for (auto i : arr) {
for (auto j : i) {
...
}
if I try to add an }
bracket it will do this:
...
for (auto i : arr) {
for (auto j : i) {
...
}
}
I want it to do this:
...
for (auto i : arr) {
for (auto j : i) {
...
}
}
- Instead of tabbing,
ctrl + [
or ctrl+tab
will literally just add ...\t...
into wherever you put it
- If a repl is named
Never Gonna Give You Up
it doesn’t autofill it to be a rickroll
- Replit randomly opens header files/libraries while editing things (possibly related to Replit’s LSP support)
4 Likes
I just put the two most annoying ones, if you have anymore, I made it a wiki
2 Likes
1st one not exactly a hug maybe a feature request
3 Likes
The 3rd one is truly the most pressing issue.
3 Likes
it’s here, this is a wiki post
1 Like
yes my man spitting hard facts
2 Likes
yeah I guess lol XD but tbh I always found it annoying…
1 Like
That’s true (sorry for the typos I am using my phone)
3 Likes
it’s ok
lol yeah thanks for agreeing
3 Likes
9pfs1
11
I added something I don’t like
4 Likes
Hey @bigminiboss!
Thank you for reporting this. I have sent this to the team and will report back if we have any updates.
5 Likes
I’m not able to reproduce this issue. Could you record a GIF or a loom.com video so I can get a better idea of how you encounter the bracket issue?
4 Likes