Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhimingYe authored Sep 1, 2024
1 parent b19544e commit c607b92
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,23 @@ Easily inspect S4 objects' slots and structure, similar to the RStudio environme

- **Comprehensive Property Overview**:

dotViewer parses the output of the `str()` function to generate a detailed property map using "ShinyTree," providing a clear and organized overview of an object’s structure. ![](Figs/s3obj.jpg)
dotViewer parses the output of the `str()` function to generate a detailed property map using `ShinyTree`, providing a clear and organized overview of an object’s structure.

![](Figs/s3obj.jpg)

- **S3 and Untested Object Compatibility**:

For objects like S3 and others that may not have been extensively tested, dotViewer offers an AceEditor-based editor. This editor allows for the preview of `str()` output with advanced features like syntax highlighting and search, enhancing your understanding of object structures, which are not supported in the default VSCode R extension. ![](Figs/S3Tibble.jpg)
For objects like S3 and others that may not have been extensively tested, dotViewer offers an `AceEditor`-based editor. This editor allows for the preview of `str()` output with advanced features like syntax highlighting and search, enhancing your understanding of object structures, which are not supported in the default VSCode R extension.

![](Figs/S3Tibble.jpg)

- **DT-Based Table Preview**:

When working over SSH connections, loading large tables into the VSCode front-end can potentially cause instability. dotViewer addresses this by providing a preview pane based on DT for table objects, ensuring a more stable experience.

![](Figs/DTExample.jpg) - **Integrated with VSCode**:
![](Figs/DTExample.jpg)

- **Integrated with VSCode**:

Enjoy the convenience of RStudio’s object inspection capabilities within the powerful VSCode editor.

Expand Down

0 comments on commit c607b92

Please sign in to comment.