vscode-json-editor
vscode-json-editor copied to clipboard
JSON Editor not auto scrolling while searching
Hello, Thank you for the amazing extension, I was using Google App before this.
Issue description: JSON editor is not auto-scrolling while I am searching from its search box, which loses the advantage of having a search box in the first place.
Steps to reproduce:
- Open a JSON file with VSCode
- Press Command + Shift + P
- Select
JSON Editor: Start JSON editor session
- A JSON editor tab will be opened in parallel showing the JSON tree of the currently opened JSON file
- Click on the search box and type a keyword to search for
- A search result count will appear next to the search box area. However, no auto-scrolling is happening, just the tree node opening without auto-scrolling
- Click the down or up arrow in the search box for more results, but nothing happens at all. However, if you scrolled manually you will find the current search result highlighted
My environment is as follow: OS: Mac OS OS Version: Big Sur 11.6.2 VSCode version: 1.61.2 JSON Editor extension version: 0.3.0
Screenshots:
As you noticed above, the search has been down and counted and the tree node has been opened, but auto-scroll didn't work and I need to manually scroll to see the first search result.
Have a good day, and please reach out to me for any help needed.