visual-studio-code - VSCode : How do I open the documentation (ala `show hover` ) in another pane?

标签 visual-studio-code julia vscode-settings

更新:当前不支持此功能。我已经提交了功能请求here。如果您希望看到此实现,请务必对其进行投票。

我希望能够使用键盘快捷键在光标处查看该符号的文档。我知道命令editor.action.showHover,但是我无法使用键盘滚动该弹出窗口的内容。实际上,我更喜欢在右侧打开一个文档 Pane ,该 Pane 仅显示光标所在位置的文档。

这是show hover的屏幕截图:
enter image description here

最佳答案

看看Docs View扩展名。我认为它可以满足您的要求:

VS Code extension that displays hover documentation in the sidebar or panel.


Docs View demo

关于visual-studio-code - VSCode : How do I open the documentation (ala `show hover` ) in another pane?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61324685/

相关文章:

ios - Flutter:无法在 build/ios/iphonesimulator/Runner.app 找到构建的应用程序包

node.js - VsCode 干净的 Typescript 项目没有自动导入建议

julia - 爱因斯坦求和张量中的矩阵和 Julia 中的另一个张量

Julia:Vector of Vector(数组数组)

visual-studio-code - VS代码: change font size of menu bars?

python - VS代码: Python Interpreter can't find my venv

python - VS Code 为什么会自动激活 virtualenv?

julia - 如何在类似 awk 的方法中对 Julia 目录中的某些文件长度求和?

visual-studio-code - 如何在 VS Code 侧边栏中更改字体大小?

python - 无法让 VS Code 将参数从 launch.json 传递给 Python