-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Code completion does not work for local repositories. It works for local sources and external repositories as of #880 however.
Local Files | Local Repositories Files |
---|---|
![]() |
![]() |
Reproduction steps
- Clone https://github.com/jpsim/swiftlint-bazel-example
- Run
bazel run :swiftlint_xcodeproj && xed .
- Build the SwiftLintFramework scheme
- Type
visit
in the body of theForbiddenVarRuleVisitor
located in theForbiddenVarRule.swift
file then press escape to trigger the code completion modal
Expected behavior
Code completion should work for files from local repositories.
Versions
- Bazel: 5.2.0
- rules_xcodeproj: ee7445c
- rules_apple: 1.0.1
- rules_swift: 1.0.0
Additional context
See previous discussions in #858 and #880 for additional context.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working