jansorg / swift-plugin

Space of the Swift language support plugin for JetBrains IDEs
35 stars 0 forks source link

SwiftUI some View not working #22

Closed avinizhanov closed 10 months ago

avinizhanov commented 10 months ago
var label: some View {
    Label(rawValue.capitalized, systemImage: self.icon)
}

This has error:

',', '.', <, <raw value style enum member>, <union style enum member>, '=', '{' or '}' expected, got 'View'
Screenshot 2023-08-29 at 10 06 44 AM

Plugin version: 0.16.0.121-232

jansorg commented 10 months ago

Thanks, that's very helpful! This is fixed for the next update, which should be available tomorrow or Thursday