All Projects → streamlux → vscode-appwrite

streamlux / vscode-appwrite

Licence: MIT license
Appwrite extension for Visual Studio Code

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-appwrite

home-assistant-extension
📌 Home Assistant browser extension
Stars: ✭ 143 (+376.67%)
Mutual labels:  extension
enableallExtensions
Automatically add all existing Chrome extensions to ExtensionInstallWhitelist, including non-webstore ones
Stars: ✭ 23 (-23.33%)
Mutual labels:  extension
snextensions
A set of open source extensions for StandardNotes you can self-host.
Stars: ✭ 68 (+126.67%)
Mutual labels:  extension
case-extensions
Change any string case to PascalCase/camelCase/kebab-case/snake_case
Stars: ✭ 31 (+3.33%)
Mutual labels:  extension
solidus virtual gift card
Virtual gift cards for your Solidus store.
Stars: ✭ 22 (-26.67%)
Mutual labels:  extension
php-mime-detector
Detect a file's mime type using magic numbers.
Stars: ✭ 20 (-33.33%)
Mutual labels:  extension
browser-extensions
我的一些 userjs & usercss
Stars: ✭ 63 (+110%)
Mutual labels:  extension
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Stars: ✭ 782 (+2506.67%)
Mutual labels:  extension
zeebe-script-worker
Zeebe worker for script evaluation
Stars: ✭ 17 (-43.33%)
Mutual labels:  extension
sticky-reader-mode
A browser extension to turn on Reader Mode automatically per your preference
Stars: ✭ 18 (-40%)
Mutual labels:  extension
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+100%)
Mutual labels:  extension
floatly
An extension that adds a floating button for browser quick actions
Stars: ✭ 32 (+6.67%)
Mutual labels:  extension
ccaptioner
An extension to assign a text track to a video element in a web page
Stars: ✭ 45 (+50%)
Mutual labels:  extension
NotionX
A Browser extension that enhances Notion Web App experience.一个增强 Notion Web端体验的浏览器插件。
Stars: ✭ 94 (+213.33%)
Mutual labels:  extension
charon
Decentr browser extension
Stars: ✭ 13 (-56.67%)
Mutual labels:  extension
vs-code-kirby-snippets
Kirby Cheatsheet for Visual Studio Code
Stars: ✭ 23 (-23.33%)
Mutual labels:  extension
JKSwiftExtension
Swift常用扩展、组件、协议,方便项目快速搭建,提供完整清晰的Demo示例,不断的完善中......
Stars: ✭ 328 (+993.33%)
Mutual labels:  extension
How to write cuda extensions in pytorch
How to write cuda kernels or c functions in pytorch, especially for former caffe users.
Stars: ✭ 51 (+70%)
Mutual labels:  extension
vscode-kafka
Apache Kafka® extension for Visual Studio Code
Stars: ✭ 64 (+113.33%)
Mutual labels:  extension
Google-Meet-Hack
Google Meet Auto Leave Extension
Stars: ✭ 95 (+216.67%)
Mutual labels:  extension

Cover image

Appwrite for Visual Studio Code

Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.

Version Installs

What is Appwrite?

From appwrite.io

Secure Open-Source Backend Server for Web, Mobile & Flutter Developers

Appwrite is a self-hosted solution that provides developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.

Features

Connect to multiple Appwrite projects

Creating function tags with ease!

Functions feature

Create and manage Appwrite cloud functions, upload tags, and view function output

View database documents right inside VS Code.

Database feature

Manage database collection permissions and rules.

Database feature

Create and view users, user preferences, and more.

Users feature

Quickly and easily check the health of all the Appwrite services.

Health feature

Requirements

This extension does not provide features for setting up or installing Appwrite. Only managing and interacting with Appwrite once it's running.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • appwrite.projects: List of Appwrite project configurations. To set up a project configuration, run the Connect to Appwrite command. Search commands by hitting F1, then search Connect to Appwrite.

After connecting to an Appwrite project, your appwrite.projects setting will contain:

{
            "endpoint": "https://[Domain]/v1",
            "projectId": "[Project ID]",
            "secret": "API key with all scopes",
            "selfSigned": "boolean", // set to true if you're connecting to Appwrite over localhost
            "nickname": "My project"
}

We plan on adding better multi-project support in the future.

Known Issues

If you find issues, or want to suggest features, please file them in the issues section of the repository.

This extension has not been tested with large >1000 users or documents so it may hang or slow down if you try to load collections with large amounts of documents. If this is the case please report it!


Contributing

There are a couple of ways you can contribute to this repo:

  • Ideas, feature requests and bugs: We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, provide your ideas or contribute to existing threads.
  • Documentation: Found a typo or strangely worded sentences? Submit a PR!
  • Code: Contribute bug fixes, features or design changes:
    • Clone the repository locally and open in VS Code.
    • Open the terminal (press CTRL+ `) and run npm install.
    • Debug: press F5 to start debugging the extension.

License

MIT

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].