CoffeeChaton / vscode-autohotkey-NekoHelp-Old

my style
Other
9 stars 0 forks source link

Cant go to Class definition #1

Closed murataygunn closed 1 year ago

murataygunn commented 2 years ago

Cant go to Class definition. Allso cant find class methods on Ctrl + T menü. (Goto symbol) Thanks for the extension.

CoffeeChaton commented 2 years ago

I will provide this , before October.

CoffeeChaton commented 1 year ago

I provide go to Class def with topClass .

the NestedClass of Method(), just support of IntelliSense now.


class topClass {

    class NestedClass {
        class NestedClass2 {

        }
    }

    Method() {
        ;
    }
}```
CoffeeChaton commented 1 year ago

But I don't know why Ctrl + T is invalid. if your claseName a combination of English and numbers?