Currently, the frontend sends the entirety of the current file to the autocomplete web plugin on every code change. In the runner plugin, this would lead to the re-parsing of the entire tree on every code change.
Although unlikely to have major impacts on performance, it would be preferable to send the code change instead of the entire file
Currently, the frontend sends the entirety of the current file to the autocomplete web plugin on every code change. In the runner plugin, this would lead to the re-parsing of the entire tree on every code change.
Although unlikely to have major impacts on performance, it would be preferable to send the code change instead of the entire file