Simple ChatSimple Chat is a lightweight group chat extension for Visual Studio Code. It lets you join or create chat rooms directly from the VS Code sidebar, talk in real time, paste code or multi-line text, and quickly copy messages when needed. Features
How it worksAfter installing the extension, open the Simple Chat icon in the VS Code Activity Bar. From there you can:
The connection panel automatically collapses after a successful connection to leave more space for the conversation. UsageConnect to a room
Send messages
Show online usersClick Show online users to list currently connected users in the room. Insert selected code or textClick Insert selection to insert the currently selected text from the active editor into the message box. This is useful for:
Copy messagesEach message includes a copy button. This copies the full original content of the message, including long messages that are currently collapsed in the UI. Long messagesLong messages are automatically collapsed for readability. Use:
to expand or collapse them without affecting the copy action. RequirementsSimple Chat requires a running backend server. The current extension is configured to connect to:
through the URLs defined in the extension source code. If you are running your own backend, update the server URLs inside the extension source before packaging or publishing. Extension SettingsThis version does not contribute custom VS Code settings yet. Known limitations
Release Notes0.0.5
0.0.3
0.0.2
0.0.1
DevelopmentBuild
|