You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, unfortunately I'm not able to read Chinese, but if I'm understanding the question correctly, you're basically asking for #6. Unfortunately, as you can see in that issue, even though vscode internally has code that can show you the current context, that information is not available to extensions.
Other than that, if you could link me to some VSnips documentation that explains this feature I would be glad. For now I'm closing this issue, please continue the discussion on the linked issue (#6) if you have something to add.
如果hsnip可以定义上下文环境,那么这将是完美的!参考这篇文章
https://castel.dev/post/lecture-notes-1/#context
他通过代码突出显示提取出了公式环境,而这在VSCode中理论上可以实现。。各种VSCode主题也是这样做的
另外可以通过 inspectTMScopes 得到当前环境(scope):
而Vsnips插件似乎也可以做到这一点:
是否可以通过某些手段,实现对上下文的支持?
The text was updated successfully, but these errors were encountered: