cidr-ip-range READMEFeaturesShows annotations for IPV4 cidr ranges with the number of addresses in the range. Tooltip provides more detailed information on hover. Uses the cidr-regex and ip libraries to find ipv4 cidr ranges in open documents and display information about them. OptionsToggle codelensThere is a codelens action to copy the information to the clipboard, which can be enabled by adding the following to your settings.json
Change codelens copy formatYou can alternatively copy the data as it appears in the table by changing the
Toggle inline decoratorYou can enable or disable the inline decorator which shows how many IP addresses are in a range
Toggle strict modeYou can enable or disable strict CIDR notation, which requires the CIDR range to use the first IP address in the range. Enabling this option will highlight invalid ranges
Full list of configuration options
Still to doSupport IPV6 Release Notes0.0.1Initial release of cidr-ip-range 0.0.4Added codelens ability to copy data to clipboard, suggested by Thomas Schlesinger 0.0.5Added copy to clipboard format types (json / table) 0.0.6Added configuration option to toggle the inline decoration [Issue #1](https://github.com/lukepearson/vscode-extension-cidr-ip-range/issues/1) - Reported by Jake Ginnivan 0.0.7Fixed configuration options defaults and removed typo in copy to table 0.0.8Added strict mode, suggested by makeacode 0.0.9Reformatted to show host range and address range separately, suggested by Ernests Auzins |