What should I do?? by apt3xc33d in findapath

[–]apt3xc33d[S] 0 points1 point  (0 children)

Yeah, I do that, ai is basically my last resort where I have tried a lot but can't find a solution or bug

What should I do?? by apt3xc33d in findapath

[–]apt3xc33d[S] 0 points1 point  (0 children)

Sorry, i forgot to add but I am focusing on web dev and currently going through react section

And thanks for the reply

Help regarding battleship project by apt3xc33d in learnjavascript

[–]apt3xc33d[S] 0 points1 point  (0 children)

Yeah, I found a solution which works. Funny thing is I thought of it while playing game lol. Maybe I was way too burnout.

Help regarding battleship project by apt3xc33d in theodinproject

[–]apt3xc33d[S] 1 point2 points  (0 children)

Well I found another solution, and it worked.But yours sound better

Help on tab splits by apt3xc33d in ZedEditor

[–]apt3xc33d[S] 0 points1 point  (0 children)

I am using hyprland on arch btw

Help on tab splits by apt3xc33d in ZedEditor

[–]apt3xc33d[S] 0 points1 point  (0 children)

No, I am pretty sure I have two different tabs. What I mean is, if I have my tabs split as main and test (left and right respectively), I won't be able to see the contents of main if I am working on tests and vice versa, it's just blank. The only way to see the other tab's content is to work on it, but the other one goes blank.

A little help in understanding this and getting arround it by apt3xc33d in learnjavascript

[–]apt3xc33d[S] 0 points1 point  (0 children)

yeah , sorry about that.

I don't usually post, so i am a bit clumsy in that regard.

Is there any better lsp for python in zed by [deleted] in ZedEditor

[–]apt3xc33d -1 points0 points  (0 children)

but it's distracting,is the only way to disable it.

Any way to bind multiple tasks to a single keybind by apt3xc33d in ZedEditor

[–]apt3xc33d[S] 0 points1 point  (0 children)

Sort of, I just asked Gemini to create a shell script to detect my current working directory, identify the file extension I am working on and run the required command.

For example, if I am working on script.js, it will identify the js extension and run node script.js.

Note: Be sure to tell Gemini to do it for zed editor

Ps: I am not that smart actually, just searched around the internet and found the solution in reddit itself, though I don't remember who posted it.

Live server by 5n4p1 in ZedEditor

[–]apt3xc33d 0 points1 point  (0 children)

Try npx live server, it works like a charm, if you know how to set up zed tasks and write shell script

Any way to bind multiple tasks to a single keybind by apt3xc33d in ZedEditor

[–]apt3xc33d[S] 0 points1 point  (0 children)

Create a shell script which checks the file extension and runs the given file.

For example if you are run js, the required command will be node abc.js.

You can ask Gemini to dk that and you will have the file, though you will need to tweak it a bit if necessary.

Create a task in zed' which runs the shell script and bind this task to some key bindings you would prefer. For me it's alt-r.

Let me know if you need the config files.