vscode-pdfviewer
vscode-pdfviewer copied to clipboard
Show PDF preview in VSCode.
When I open pdf files in [code server](https://github.com/cdr/code-server), the error is as follows: ``` file origin does not match viewer's ``` Then I add my origin host name into `HOSTED_VIEWER_ORIGINS`...
Expected Behavior: Highligh text in rendered PDF, copy with Edit->Copy (or Ctrl-C) and the text goes into the paste buffer. Fault: Highlight text in rendered PDF, copy with Edit->Copy (or...
While this may not be the optimal fix (adding keybind options to the keyboard shortcuts VS code window). This fixes the highly requested issue #80 #85 #132. I think most...
Is it possible to scroll the page using jk to simulate the vim keybinding? At the moment, jk only allows to scroll between different pages. For now I didn't manage...
When trying to view the PDF in VSCode the pdf is clickable to become a window yet nothing is displayed. Error window in the bottom right appears stating "Error loading...
The naming of the extension is not great, will be displayed as "tomoki1207.pdf" in a `.vscode/extensions.json` or a `.devcontainer/devcontainer.json` file. This looks like a PDF file, e.g. ```json { "recommendations":...
Type: Bug Use Bisect extension tool and have vscode-pdf active. Note that saving any file for instance a TS or JS file takes minutes. Extension version: 1.2.2 VS Code version:...
Please let user customize spacing between pages (vertical & horizontal scrolling)
I would still like to be able to view the raw pdf file without it rendered. Would be nice if this extension worked like the markdown preview extensions, where you...