pde-tools
pde-tools copied to clipboard
breaks non-ui-thread completion
Eclipse 2020-06 defaults to code completion computation outside the UI thread, see https://www.eclipse.org/eclipse/news/4.16/jdt.php#default-non-blocking-completion.
However, all proposal computers must explicitly declare to not need the UI thread access. Your proposal computer doesn't and therefore disables this feature for the complete workbench: