Plugin completes file name inside java editor. Also assists creating reg exp.
All features :
- File name completion for expression like `new File("c:/")`
- Open file from above expression in eclipse (Shift-F6) and external viewer (Shift-F7)
- Validate file name during typing (Need enable in config)
- Regular expression assist helper for expression like :
- Pattern.compile("")
- some text".matches("RegExp")
- some text".replaceFirst("RegExp","toText")
- some text".replaceAll("RegExp","toText")
Categories: Editor
Tags: regexp, regular expession, file name completion, regex
Additional Details
Eclipse Versions: Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Neon (4.6), Oxygen (4.7), Photon (4.8), 2018-09 (4.9), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Development Status: Beta
Date Created: Thursday, January 21, 2016 - 04:39
License: EPL
Date Updated: Wednesday, December 14, 2022 - 09:49
Submitted by: Nikolay Chugunov
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
February 2025 | 501/595 | 2 | 7 |
January 2025 | 476/654 | 6 | 18 |
December 2024 | 466/654 | 7 | 6 |
November 2024 | 468/658 | 8 | 6 |
October 2024 | 429/663 | 13 | 1 |
September 2024 | 474/642 | 8 | 4 |
August 2024 | 442/641 | 9 | 12 |
July 2024 | 530/663 | 4 | 12 |
June 2024 | 507/681 | 6 | 16 |
May 2024 | 482/682 | 8 | 9 |
April 2024 | 508/687 | 7 | 9 |
March 2024 | 451/694 | 13 | 6 |
Reviews Add new review
Cool plugin! Is there a public code repo?
Submitted by Andrew Obuchowicz on Mon, 06/29/2020 - 01:08
This is a cool plugin, I was actually hoping something like this existed!
Is there a GitHub repo or something for this plugin? I might want to try contributing :)
Thanks!