Shreyansh Mishra

Results 10 comments of Shreyansh Mishra

@austincondiff I would like to work on this issue. Could you please assign it to me?

Seems like a good idea to have it as an option in the navigation settings. Although I believe it is a default behaviour in xcode.

> 1. Open a folder with a nested file system >2. Below the root project folder (level 0), expand a folder from the root (level 1) >3. Expand a child...

>I would like to this as option. See an example from IntelliJ below @matthijseikelenboom While I couldn't reproduce the issue, I'm still working on adding the option in the `Navigation`...

@austincondiff No, I could not. The expanded children folders were maintaining their expanded state after parent folder was collapsed and expanded again.

Okay, I'm able to reproduce the issue but the behaviour is slightly different for me. So, the child folders don't collapse when I'm present on the `CodeEdit` window but as...

This one is trickier than I thought it would be. Initially, looking at the original behaviour, I thought `itemForPersistentObject` and `persistentObjectForItem` might not be implemented correctly. However, while investigating, I...

Thanks for feedback. I'll implement the required changes

This commit adds a checkbox to the existing `Auto hide after` option and removes `Always show OSC` option. Disabling `Auto hide after` option will disable the `TextField` beside it, as...

> Possibly this is an existing issue that just happens to be triggered by the changes. It wasn't an existing issue and was introduced because of the changes that I...