remove logic to handle "magic" client-side indentation #1154
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: code completion
type: enhancement
Milestone
As part of #1153, we already disabled the workarounds for specific client-side magic indentation, since we configure completion items now with a
InsertTextMode
ofAs-Is
, which causes the client to not apply its own logic to add indentation.This issue here is to cleanup the unused code and logic around this, specially inside
VscodeCompletionEngineAdapter
The text was updated successfully, but these errors were encountered: