<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: kitabatake</title>
    <description>The latest articles on Forem by kitabatake (@kitabatake).</description>
    <link>https://forem.com/kitabatake</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F469325%2F4571666b-f7d1-42cb-aeea-d8d5f3e70a68.png</url>
      <title>Forem: kitabatake</title>
      <link>https://forem.com/kitabatake</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/kitabatake"/>
    <language>en</language>
    <item>
      <title> Introduce the new PlantUML IntelliJ Plugin, which has high functionality editor!</title>
      <dc:creator>kitabatake</dc:creator>
      <pubDate>Wed, 23 Sep 2020 07:23:29 +0000</pubDate>
      <link>https://forem.com/kitabatake/introduce-the-new-plantuml-intellij-plugin-which-has-high-functionality-editor-53cm</link>
      <guid>https://forem.com/kitabatake/introduce-the-new-plantuml-intellij-plugin-which-has-high-functionality-editor-53cm</guid>
      <description>&lt;p&gt;I develop new PlantUML IntelliJ Plugin with an editor function that also supports PlantUML syntax,so I introduced it features!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://plugins.jetbrains.com/plugin/14821-plantuml-studio" rel="noopener noreferrer"&gt;https://plugins.jetbrains.com/plugin/14821-plantuml-studio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It has been released as a paid plug-in, and I plan to continue active development in the future,&lt;br&gt;
so I would be very grateful if you could give us feedback.&lt;/p&gt;

&lt;h1&gt;
  
  
  Features
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Editor
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Syntax Highlighting
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqb94yvygxegvge61jzj7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqb94yvygxegvge61jzj7.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All major UML diagram's syntax are supported, including class diagrams.&lt;br&gt;
Other diagrams that cannot be supported will be supported in the future.&lt;/p&gt;

&lt;h3&gt;
  
  
  Auto Completion
&lt;/h3&gt;

&lt;p&gt;It provides the completion of keywords optimized for each notation of each diagram and the completion of simple Identifiers.&lt;br&gt;
Like the below image, It focuses reducing the things to remember and improving visibility, I think which lead to more comfortable writing.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Auto completion sample on the sequence diagram&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fe9q5mebkht919vpzfjnm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fe9q5mebkht919vpzfjnm.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Refactoring
&lt;/h3&gt;

&lt;p&gt;It provides the rename feature of identifiers.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fvdd4xltbjyt80qsesyjf.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fvdd4xltbjyt80qsesyjf.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Code formatting
&lt;/h3&gt;

&lt;p&gt;It provides the auto indenting when entering block token(ex: {})&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Faqfdi9t5ma5bsgjea20d.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Faqfdi9t5ma5bsgjea20d.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It also supports batch conversion using "Code" &amp;gt; "Reformat Code" in the menu.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fzm59cgv2u6ag6aabklml.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fzm59cgv2u6ag6aabklml.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Auto inserting a closing tag
&lt;/h3&gt;

&lt;p&gt;For smooth writing the block syntax, It provides automatic input a closing tag.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fslo01vifji15g6tjh719.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fslo01vifji15g6tjh719.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  File Viewer
&lt;/h2&gt;

&lt;p&gt;I put PlantUML codes in a project, and I wanted a feature to view a list of PlantUML files, so I made a simple one.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F2mb3x5wmjikbwmgjmvtc.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F2mb3x5wmjikbwmgjmvtc.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;I think PlantUML is a powerful tool for drawing nice diagrams with simple code,&lt;br&gt;
I also think that it can be a more powerful tool when combined with a good editor.&lt;/p&gt;

&lt;p&gt;Once again, I'm waiting for your feedback!&lt;/p&gt;

</description>
      <category>uml</category>
      <category>plantuml</category>
      <category>intellij</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
