东方VS清扬

Results 13 issues of 东方VS清扬

I really like the vscode editor and i hope the solution to support it.

插件的跳转功能感觉不如[Lua-Tags](https://github.com/changnet/lua-tags)插件好用,比如下面的代码: 按下F12原本是想跳转到Lobby2Club符号的定义处,但实际上跳转到了SNSUtil的定义处了。 希望作者可以参考下Lua-Tags的跳转功能更好的完善插件,感谢作者的奉献! ![image](https://user-images.githubusercontent.com/8075421/131159850-adb9ecdf-75f7-48cf-ae24-736f05ab3ffc.png)

[陶崇园真相永久档案库,揭穿武理工的谎言与吃人的真面目](https://github.com/lonufate/ArchivesOfTaoChongyuan)

NEW-404

如下图,如果调用的函数在其他文件里,则按下f12提示“未找到xxx的任何定义” ![image](https://user-images.githubusercontent.com/8075421/71780424-23ad1b00-2ffd-11ea-8d58-f98c01ab24d7.png)

给定一段Lua函数代码,什么样的注释格式才可以在使用该函数时触发注释文档提示? 例如以下的求和函数: ``` lua function Sum(a, b) local sum = a + b return sum end ```

I use `GitHub [Repositories`](https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub) extension to broswer github remote repo, and `GitHub Repositories` use vscode‘s remote development function. However, `GitGraph` can't view the history of the remote repo, I hope...

feature request

I think the commit detail view locate in the bottom will be better, like `git history` extension(the second image): ![image](https://user-images.githubusercontent.com/8075421/189075818-7c4b2a09-9f62-4272-b300-d8be0962a4ca.png) `git history`'s commit detail view: ![image](https://user-images.githubusercontent.com/8075421/189076614-548a70d8-1338-4d4c-a85a-8285d89a1f44.png)

improvement

如下图,想跳转到Lobby2Club,却始终跳转的是SNSUtil处,在一些Issues下有的建议增加注释,但对于已经存在的项目而言,每个函数再去添加注释不太现实,作者是否可以支持在不添加注释的情况下实现跳转?(不需要语义上的准确,能跳转到同名symbol即可) ![image](https://user-images.githubusercontent.com/8075421/199636708-d7b323ed-fc95-4bc4-8f64-80a3f38a901d.png)

预览文章字体想变成非斜体形式,文章内代码块想换成一个浅色的背景色,这个如何修改?

示意图: ![qq 20170622153330](https://user-images.githubusercontent.com/8075421/27422307-350dc1e2-5760-11e7-80cf-1d9ae6598941.png)