From dfb4bc4265e7b06cddd4ecdc8b4a7fb9d5da135a Mon Sep 17 00:00:00 2001 From: Gonzalo Larumbe Date: Tue, 6 Jun 2023 15:45:50 +0200 Subject: [PATCH] Update README.md with some more GIFs --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 1de83de..f969978 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,6 @@ To override the value of `workspace` root inside a Git repo: Enabling of `verilog-ext-mode` minor-mode creates the following keybindings: - - * Features: * M-i `verilog-ext-imenu-list` * C-c C-l `verilog-ext-code-format` @@ -212,7 +210,7 @@ For configuration information, see the [wiki](https://github.com/gmlarumbe/veril `verilog-ext` provides a builtin `xref` backend to navigate definitions and references of the [workspace](#workspace). - + For configuration information, see the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Xref). @@ -221,20 +219,17 @@ For configuration information, see the [wiki](https://github.com/gmlarumbe/veril Complete with tags from current [workspace](#workspace). Supports dot and scope completion for module signals, class attributes and methods. - + For configuration information, see the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Completion). ## Hierarchy extraction ## - - - + Hierarchy extraction of module at current buffer. - For configuration information, see the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Hierarchy). @@ -248,7 +243,6 @@ Auto-configure various SystemVerilog language servers for `lsp-mode` and `eglot` - [svls](https://github.com/dalance/svls) - [veridian](https://github.com/vivekmalneedi/veridian) - For configuration instructions, see the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Language-Server-Protocol) ## Linting ## @@ -329,14 +323,13 @@ See configuration in the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Co Provides functions to perform compilations with syntax highlighting and jump to error, buffer preprocessing and makefile development: - - `verilog-ext-workspace-compile`: C-c + + + - `verilog-ext-workspace-compile`: C-c \ - `verilog-ext-preprocess`: C-c C-p - `verilog-ext-workspace-makefile-create` - `verilog-ext-workspace-makefile-compile` - - - See configuration in the [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Compilation). @@ -374,7 +367,7 @@ Enhanced `which-func` support: show current block/instance at point in the mode- Add support for syntax-higlighting and alignment via `verilog-pretty-declarations` of user defined types and classes. - + For configuration see [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Typedefs) @@ -382,8 +375,6 @@ For configuration see [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Typed Automatic update of header timestamp after file saving. - - - `verilog-ext-time-stamp-mode` For configuration see [wiki](https://github.com/gmlarumbe/verilog-ext/wiki/Time-stamp) @@ -400,8 +391,6 @@ Auto convert block comments to names after file saving. Setup `company` to complete with SystemVerilog keywords - - ## Port connections ##