FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Replace `name` with [name] where appropriate #480

Closed FWDekker closed 1 year ago

FWDekker commented 1 year ago

Even if it would mean there's a lot of [name] in the docs, excessive links are preferred because then at least automatic refactoring tools also correctly update the docs.

FWDekker commented 1 year ago

Violating occurrences (and some false positives) in the docs can be found with the following regex: `(?!true|false|null|0|1|this|`|\\)[^`\s\=]*`