jetbrains-code-remark icon indicating copy to clipboard operation
jetbrains-code-remark copied to clipboard

A Jetbrains IDE code remark plug-in, it can be applied to read-only source code files.

Results 7 jetbrains-code-remark issues
Sort by recently updated
recently updated
newest added

可以增加书签分组、书签编号、书签排序功能吗

书签排序可以按备注吗? 如果按文件, 一个流程夸多个文件很难理清楚顺序, 非常感谢你的插件!

查询框无法打开弹框

com.intellij.serviceContainer.AlreadyDisposedException: Already disposed: Project(name=jetbrains-code-remark, containerState=DISPOSE_COMPLETED, componentStore=/Users/wuwenze/Public/Code/Plugin/jetbrains-code-remark) (disposed) at com.intellij.serviceContainer.ComponentManagerImpl.checkState(ComponentManagerImpl.kt:182) at com.intellij.serviceContainer.ComponentManagerImpl.getComponent(ComponentManagerImpl.kt:547) at com.intellij.openapi.fileEditor.FileEditorManager.getInstance(FileEditorManager.java:25) at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInEditor(OpenFileDescriptor.java:121) at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateIn(OpenFileDescriptor.java:98) at com.github.wenzewoo.coderemark.action.menu.RemarkNavigationMenuAction$CodeRemarkNavigationListPopupStep.onChosen(RemarkNavigationMenuAction.java:155) at com.github.wenzewoo.coderemark.action.menu.RemarkNavigationMenuAction$CodeRemarkNavigationListPopupStep.onChosen(RemarkNavigationMenuAction.java:90) at com.intellij.ui.popup.list.ListPopupImpl._handleSelect(ListPopupImpl.java:403) at com.intellij.ui.popup.list.ListPopupImpl.handleSelect(ListPopupImpl.java:361) at com.intellij.ui.popup.list.ListPopupImpl$MyMouseListener.mouseReleased(ListPopupImpl.java:618) at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:298) at...

com.intellij.diagnostic.PluginException: Key com.github.wenzewoo.coderemark.listener.CodeRemarkEditorInlineInlayListener duplicated; existingAdapter: ServiceAdapter(descriptor=ServiceDescriptor(interface='null', serviceImplementation='com.github.wenzewoo.coderemark.listener.CodeRemarkEditorInlineInlayListener', testServiceImplementation='null', headlessImplementation='null', overrides=false, configurationSchemaKey='null', preload=FALSE, client=null), pluginDescriptor=PluginDescriptor(name=Code Remark, id=com.github.wenzewoo.jetbrains.plugin.jetbrains-code-remark, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/222.4167.29/IntelliJ IDEA.app.plugins/jetbrains-code-remark, version=1.3.6.4-SNAPSHOT, package=null, isBundled=false)); descriptor: com.github.wenzewoo.coderemark.listener.CodeRemarkEditorInlineInlayListener; app: Application (containerState PRE_INIT) (WA...

![image](https://user-images.githubusercontent.com/7249798/140674610-4def020c-d634-453d-8c56-10331bfe18c4.png) 以上如图

1:期望加入排序功能(目前看应该是根据类名升序排序,期望增加按(备注或者时间升序排序)) 2:Favorites中,期望不隐藏文字描述(目前是过长的描述被“...”代替,期望类似Bookmarks即便描述过长也显示出来,备注可以有文字长度限制) 3:非常喜欢你的插件,希望继续加油!