东方VS清扬
东方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的跳转功能更好的完善插件,感谢作者的奉献! 
[陶崇园真相永久档案库,揭穿武理工的谎言与吃人的真面目](https://github.com/lonufate/ArchivesOfTaoChongyuan)
如下图,如果调用的函数在其他文件里,则按下f12提示“未找到xxx的任何定义” 
给定一段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...
I think the commit detail view locate in the bottom will be better, like `git history` extension(the second image):  `git history`'s commit detail view: 
如下图,想跳转到Lobby2Club,却始终跳转的是SNSUtil处,在一些Issues下有的建议增加注释,但对于已经存在的项目而言,每个函数再去添加注释不太现实,作者是否可以支持在不添加注释的情况下实现跳转?(不需要语义上的准确,能跳转到同名symbol即可) 
预览文章字体想变成非斜体形式,文章内代码块想换成一个浅色的背景色,这个如何修改?
示意图: 