Get your external IPv4 and IPv6 addresses directly inside SublimeText editor.
- Click Tools > Command Pallette
- Call "Package Control: Install Package" command
- Find and Install
IpAddress
plugin
-
Click Tools > Command Pallette (Cmd+Shift+P / Ctrl+Shift+P)
-
Type "Ip Address" and use one of available commands:
- Insert IPv4
- Insert IPv6
- Copy IPv4 to clipboard
- Copy IPv6 to clipboard
- Refresh IP
-
Click Preferences > Key Bindings
-
Add the following line into your keymap file:
{ "keys": ["ctrl+alt+i", "ctrl+alt+p"], "command": "insert_ip_address" }
Available command names:
insert_ip_address insert_ipv6_address set_clipboard_ip_address set_clipboard_ipv6_address refresh_ip_address