Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open or invoke the regexTester plugin in intellij IDEA

I am comparatively new to Intellij IDEA(community edition) plugin.

I just installed this

Plugin for testing and verifying the regex in Intellij, but I am not able to invoke the plugin window from anywhere.

I tried going to Settings > Plugins but no luck.

Anybody has an idea about using this plugin on intelliJ?

like image 426
Anirudh Avatar asked May 01 '15 12:05

Anirudh


2 Answers

You could always try Ctrl + Shift + A and typing Regex Tester or just Regex. It will also show you a shortcut, if there is one assigned.

like image 59
Darek Kay Avatar answered Nov 15 '22 22:11

Darek Kay


In Intellij 1.5.06 (I guess that this is relevant to newer versions as well).

  1. Make sure it's installed and enabled (Restart Intellij if needed)
    File->Setting->Search Plugins->Search RegexTester
  2. Got to the icon on the lower left corner click and select RegexTester

enter image description here

enter image description here

like image 34
Haim Raman Avatar answered Nov 15 '22 22:11

Haim Raman