swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
370 stars 47 forks source link

which-function mode missing full extension name #187

Closed dabrahams closed 1 year ago

dabrahams commented 1 year ago
extension A.B {
   init() {
      // Put point here; which-function-mode shows we are in `A.init` rather than `A.B.init`
   }
}
taku0 commented 1 year ago

Thank you for reporting the issue. Fixed: https://github.com/swift-emacs/swift-mode/commit/d900694d0194df4c8b0993d383e3b6bb0f71ef31