Skip to content
Snippets Groups Projects
Closed Code intel: missing lots of symbols in Swift
  • View options
  • Code intel: missing lots of symbols in Swift

  • View options
  • Closed Issue created by Warren Gifford

    Created by: chrismwendt

    The problem is that the regexes for Swift don't take into account symbol accessibility (e.g. public), so the regexes don't match.

    https://github.com/sourcegraph/sourcegraph/blob/d550b86d99a73b03a267516dd710b5c31776e18a/cmd/symbols/.ctags.d/additional-languages.ctags#L46-L52

    The solution is to tweak the regexes.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first