picimako / wiremocha

WireMock framework integration for the IntelliJ platform.
https://plugins.jetbrains.com/plugin/18860-wiremocha
1 stars 0 forks source link

`mappings` and `__files` directory name options during directory creation #75

Closed picimako closed 9 months ago

picimako commented 10 months ago

Summary

IntelliJ provides preset options for directory names when creating folders via the New Directory popup, based on certain criteria. One such example is the options when creating a folder under src, src/main or src /test.

Directory name suggestions

To speed up the creation of mapping root related directories, the mappings and __files directory names could be suggested.

Tasks

Target containing directory Options
Doesn't contain directories mappings or __files either No completion for now, so that completion items don't show up at many unnecessary places.
Contains mappings directory but not __files __files
Contains __files directory but not mappings mappings
Contains both mappings and __files directories no option provided

TBD

picimako commented 9 months ago

Completed in v1.0.18.