rofrischmann/elodin

View on GitHub
core/language-elodin/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function provideCompletionItems has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    provideCompletionItems(document, position, token, context) {
      if (
        context.triggerCharacter === ':' ||
        context.triggerCharacter === '@'
      ) {
Severity: Minor
Found in core/language-elodin/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status