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
// extension.tsimport*asvscodefrom'vscode'exportfunctionactivate(context: vscode.ExtensionContext){console.log('your extension "sugar-demo-vscode" is now active!')require('./beehive-hoverTips')(context)// demo6 悬停提示}exportfunctiondeactivate(){}
场景
当你鼠标光标hover至某个代码时,你想要显示一些文字内容
代码展示
效果展示
源码展示
The text was updated successfully, but these errors were encountered: