MQTT Explorer (VS Code Extension)
This extension adds an MQTT view to VS Code:
- Connection to an MQTT broker
- Saveable connection profiles
- Automatic subscription to
# - Topic filtering
- Topic tree navigation
- Inspection of the last message received on a topic
- Live panel to follow a topic in real time
- Posting messages
Quick Start
Open the MQTT Explorer view in the file explorer.
Run the MQTT Explorer: Connect command.
Orders
MQTT Explorer: ConnectMQTT Explorer: Open Connection ManagerMQTT Explorer: Connect ProfileMQTT Explorer: Save Connection ProfileMQTT Explorer: Delete Connection ProfileMQTT Explorer: DisconnectMQTT Explorer: Publish MessageMQTT Explorer: Inspect MessageMQTT Explorer: Copy TopicMQTT Explorer: Set Topic FilterMQTT Explorer: Clear Topic FilterMQTT Explorer: Open Live Topic
Notes
- Supported protocols:
mqtt,mqtts,ws,wss - The extension displays the last payload seen for each topic.


Top comments (0)