fastfading
fastfading
other ide like goland vscode all have this feature
其实这个feature 应该容易实现, 都不需要内容索引。 直接正则匹配都能匹配出来。 有如下几种形式 var a,b UserDefType func someFunc(a,b UserDefType) type ABC struct { a UserDefType }
yes, it works. please add the option in
I did not know your email, so i send it through github
total commander double commander midnight commander manage file more easier (copy move delete between 2 dir more convinient )
it has been 3 years. still no improvement on this feature . how can we love this editor
I tried Helix two years ago, but I forgot why I gave up on it. Recently, I gave it another try, only to give up again due to the absence...
how to do that I tried #languages.toml [[language]] name = "python" language-server = { command = "pyright", args = ["--stdio"] } formatter = { command = "pyright" , args =...
[[language]] name = "python" roots = ["pyproject.toml"] language-server = { command = "pyright-langserver", args = ["--stdio"] } config = {} #