# CodeGlance3 **Repository Path**: bestxu/code-glance3 ## Basic Information - **Project Name**: CodeGlance3 - **Description**: No description available - **Primary Language**: Kotlin - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-20 - **Last Updated**: 2022-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CodeGlance ========== ## 说明: #### 1、forked from vektah/CodeGlance (https://github.com/Vektah/CodeGlance) 自己研究学习使用 #### 2、适配idea 2020.3版本 Latest build: https://github.com/ranbest/CodeGlance/releases InteliJ plugin that displays a zoomed out overview or minimap similar to the one found in Sublime into the editor pane. The minimap allows for quick scrolling letting you jump straight to sections of code. - Works with both light and dark themes using your customized colors for syntax highlighting. - Worker thread for rendering - Color rendering using InteliJ's tokenizer - Scrollable! - Embedded into editor window - Complete replacement for Code Outline that supports new Intellij builds. ![Dracula](https://raw.github.com/Vektah/CodeGlance/master/pub/example.png) Building using Gradle ==================== ``` git clone https://github.com/Vektah/CodeGlance cd CodeGlance # run the tests ./gradlew test # build the plugin and install it in the sandbox then start idea ./gradlew runIdea # build a release ./gradlew buildPlugin ``` The result will be saved as build/distributions/CodeGlance-{version}.zip Running from source in IntellJ =================== 1. Make sure you have the Plugin DevKit installed. 2. Checkout sources from github 3. Create a new Intellij Platform plugin project 4. Select source directory, chose a plugin sdk (create one that points to your intellij install). 5. Mark src/main/java as source root, and src/test/java as test root. 6. In order to run tests you will need to find mockito and testing jars. I usually do this with Gradle. 7. In module settings set the path to META-INF to src/main/resources 8. Hit Run. Show/Hide or Enable/Disable Minimap =================== * **Ctrl-Shift-G** to toggle minimap. * Settings > Other Settings > CodeGlance # 推荐插件 我的另一个插件也挺有意思的。推荐给大家。 中文字符替换插件 https://gitee.com/bestxu/chinese-char-replace 感兴趣的可以试试看