https://marketplace.visualstudio.com/items/sozercan.slack
This extension is not created by, affiliated with, or supported by Slack Technologies, Inc.
You can install this extension by pressing F1 in Visual Studio Code, then typing "ex install" and selecting it from the list.
Go to User Settings (File > Preferences > User Settings) and add the following
"slack.teamToken": "<your team token>",
"slack.username": "<your username>",
"slack.avatarUrl" : "<your avatar url>"
-
- You can get the token from https://api.slack.com/docs/oauth-test-tokens
-
- defaults to "Code"
- Specified username will be attributed to each message
-
- Image for the avatar
- Send messages to
- users
- channels
- private groups
- Can send message:
- from selected code
- from user input
- @user, #channel supported (at the beginning of message)
- Autofill last used channel/user/group
- Upload files
- current open file
- enter file path manually
- selected text in open file
- Snooze notifications
- Multiple team support
- CTRL + ALT + N : Send new message
- CTRL + ALT + U : Send selection
- CTRL + ALT + J : Upload current file
https://github.com/sozercan/vscode-slack/issues
- Send message
- Upload file
- Logo by @chrisbernard
- Inspired by Simion's ST3 plugin: https://github.com/simion/sublime-slack-integration