Combine Cursor and VSCode to Boost Coding Efficiency by 10x

Combine Cursor and VSCode to Boost Coding Efficiency by 10x

Combine Cursor and VSCode to Boost Coding Efficiency by 10x Hello everyone! Today, let’s talk about a topic that can significantly increase your coding efficiency: how to perfectly combine Cursor and VSCode. To be honest, coding with VSCode alone is already great, but with Cursor, it’s like adding wings to a tiger. Below, I’ll share … Read more

How Does Cursor Improve Efficiency? Intelligence and References

How Does Cursor Improve Efficiency? Intelligence and References

How Does Cursor Improve Efficiency? Intelligence and References Today we will learn about Cursor’s intelligent interaction (chat capabilities) and code referencing features, understanding the characteristics, usage, and their importance in improving development efficiency, showcasing Cursor’s unique value in programming assistance. Cursor’s Intelligent Interaction Feature Intelligent Dialogue (Chat) Cursor’s intelligent dialogue feature is a major highlight. … Read more

Advanced Guide to Cursor: 10 Hidden Tips to Boost Your Efficiency

Advanced Guide to Cursor: 10 Hidden Tips to Boost Your Efficiency

Advanced Guide to Cursor: 10 Hidden Tips to Boost Your Efficiency Do you remember when I first started using Cursor last year? I only knew how to use the basic code completion feature. As I delved deeper into it, I discovered many practical “little mechanisms” hidden within this tool. Today, I will share some of … Read more

LangChain: The Trendiest Web Framework of 2023

LangChain: The Trendiest Web Framework of 2023

Author: Richard MacManus Translator: Ming Zhi Shan Editor: Tina LangChain is a programming framework that helps use large language models (LLMs) in applications. Like everything in generative AI, this project’s development is very rapid. In October 2022, it started as a Python tool, and then in February this year, support for TypeScript was added. By … Read more

Integrating Amazon Bedrock with Obsidian Copilot for AI Writing

Integrating Amazon Bedrock with Obsidian Copilot for AI Writing

I feel quite embarrassed discussing this topic. I have switched personal knowledge management software several times, from WizNote, Evernote to Notion, Craft. The ultimate reason is not that the software is not good, but mainly because my habits and methods were incorrect. Since last year, I have mainly been using two software: Obsidian and Craft, … Read more

LlamaIndex Data Framework: A Beginner’s Guide

LlamaIndex Data Framework: A Beginner's Guide

What Is LlamaIndex? LlamaIndex is a data framework designed to enable LLM-based applications to ingest, structure, and access private or domain-specific data. It offers both Python and TypeScript versions. https://docs.llamaindex.ai/en/stable/index.html LLMs provide a natural language interface between humans and data. The widely available models are pre-trained on a large amount of publicly available data, such … Read more

Getting Started with Cursor Plugin Development: Build Your Own Tool

Getting Started with Cursor Plugin Development: Build Your Own Tool

Plugins are like the arsenal of a superhero’s utility belt for a modern IDE. They can make your development tools more powerful, smarter, and more tailored to your personalized needs. Surely, you want to have your own effective plugin, right? Today, I will guide you step by step on how to develop a Cursor plugin … Read more