()
| 18900 | return false |
| 18901 | } |
| 18902 | getIndent() { |
| 18903 | return this.getParticle().indentation |
| 18904 | } |
| 18905 | getCodeMirrorLineWidgetElement(onApplySuggestionCallBack = () => {}) { |
| 18906 | const suggestion = this.suggestionMessage |
| 18907 | if (this.isMissingAtomError()) return this._getCodeMirrorLineWidgetElementAtomTypeHints() |
no test coverage detected