Waleed Dahshan

Results 40 comments of Waleed Dahshan

This is a massive issue for me. I don't even like the left-over selection when going back to insert mode. I tried to remove it with `selections.reduce` but it still...

Well it works but it has a few issues, for one, the yank-delete-insert command associated with the c keybinding in normal mode only deletes a single character, the one that...

I suggest that the subcommand should be called `which`, or at least that both `which` and `show` should be aliases for the same command. For example, that is how it...

If I am on a closing brace, and type `shift-o` it doesn't create the indentation for the code block just above. This is also true anywhere on the line where...

Hmm any way to order the elements?

I have a problem where I have some Java Workspaces ![image](https://github.com/redhat-developer/vscode-java/assets/58462210/11f4248e-2066-4ee2-be14-b1a02f9d880d) And when I click the run button it runs the other projects `Main.java`. I have to remove the other...

Also, ideally, pattern matching a list should allow an indeterminate number of elements at the start, end or in the middle. ```gleam let seq = [1, 2, 3] case seq...

I also think the compiler saying ``` Expected one of: "->" ``` is not reasonable when there is only a single expected item. It should be ``` Expected "->" ```

Also worthwhile to have a "merge" placement where the title bar is merged with the tab bar https://github.com/zed-industries/zed/issues/5066 to reduce the editor footprint. This can be done in VSCode with...

It is great work, though again, I hope that the tabs might be moved to the title-bar in the future. This is because the title-bar is always there and is...