Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs has bookmarks #1

Merged
merged 1 commit into from
Apr 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
| 19 | Deployment | VS Code can deploy applications directly to Azure with the Azure App Service Tools extension. The extension creates the site via a wizard and then generates a shell script which automates the CLI commands to check code into Git and then pull into Azure. When using AppService for Linux,npm install and npm start are run automatically by Azure. | 🤔 |
| 20 | Settings Sync | Use the Settings Sync extension to synchronize your theme, user preferences and installed plugins across installations of VS Code. Note that these instances do not have to be on the same machine. In fact, you can share your exact setup of VS Code with a friend or collegue simply by publishing your settings publically and sending them the ID. Note that this is particularly useful for keeping VS Code stable and the Insiders Build in sync. | All your setting are set in `~/.emacs.d/init.el` . Put it on a git, nextCloud or dropbox. |
| 21 | Docker | VS Code can configure, build, deploy, manage and even debug Docker containers with the Docker extension. | Docker plugin: https://github.com/Silex/docker.el/ |
| 22 | Bookmarks | Bookmarks is an extension you can use to easily mark your place in your file. A blue bookmark icon will appear in the sidebar and you can traverse the file with some quickkeys Command + option + K creates a bookmark, and command + option + J jumps between existing marks. | |
| 22 | Bookmarks | Bookmarks is an extension you can use to easily mark your place in your file. A blue bookmark icon will appear in the sidebar and you can traverse the file with some quickkeys Command + option + K creates a bookmark, and command + option + J jumps between existing marks. | Emacs bookmarks: https://www.gnu.org/software/emacs/manual/html_node/emacs/Bookmarks.html |
| 23 | Cosmos DB / Mongo DB | The Cosmos DB extension for VS Code puts Mongo DB database access right inside of the editor. | |
| 24 | Log Points | Log Points allow you to log information out from your application, similar to the way `console.log` works. The difference is that they can be added or removed while the application is running without pausing execution. | |
| 25 | Debugging Browser Apps | Applications running in the browser can also be debugged in VS Code. These would be applications running on frameworks like Angular, React, Vue or others. This is facilitated by VS Code Launch Configurations. | |
Expand Down