You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is in a Monaco editor component that powers text-area part of the editor. This Firefox only problem was mentioned and fixed in this issue microsoft/monaco-editor#371 Thus I tried to upgrade the editor component from 0.8.3 to next fixed version 0.9.0. But this version has new fuzzy search for autocompletion which totally destroys SPARQL editor usability. The problem is mentioned in this open issue microsoft/vscode#53715.
Example suppose searching for property "http://purl.org/vocab/frbr/core#adaption" by typing "adaption". In version 0.8.3 this is no problem, but in 0.9.0 nothing is found. To make this work on 0.9.9 version is necessary to type "hadaption" because new fuzzy search needs to match the first letter.
I suggest to fix this bug after the problem with fuzzy search will be fixed.
I can select an option only by keyboard (arrows + enter), not mouse:
The text was updated successfully, but these errors were encountered: