All Projects → frappe → intellisense

frappe / intellisense

Licence: MIT license
VSCode Extension and Language Server for Frappe Framework

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to intellisense

gradle-natives
Gradle plugin to aid in managing native libraries associated with Java-based projects.
Stars: ✭ 32 (-20%)
Mutual labels:  help-wanted
vscode-inline-html
🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
Stars: ✭ 31 (-22.5%)
Mutual labels:  intellisense
ui5-schemas
🚀 UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).
Stars: ✭ 50 (+25%)
Mutual labels:  intellisense
biketag-website
A website for biketag.org
Stars: ✭ 34 (-15%)
Mutual labels:  help-wanted
corejam
A scaffolding for building progressive GraphQL powered jamstack applications.
Stars: ✭ 24 (-40%)
Mutual labels:  help-wanted
portecle
User friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more
Stars: ✭ 127 (+217.5%)
Mutual labels:  help-wanted
Fsharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
Stars: ✭ 2,966 (+7315%)
Mutual labels:  intellisense
vscode-cql
CQL language support for VS Code.
Stars: ✭ 15 (-62.5%)
Mutual labels:  intellisense
egov
eGov España - API abierto de acceso a datos púbicos
Stars: ✭ 21 (-47.5%)
Mutual labels:  help-wanted
loopback-object-acl
Object-level ACL for Loopback Node.js framework
Stars: ✭ 13 (-67.5%)
Mutual labels:  help-wanted
war1gus
Importer and scripts for Warcraft: Orcs and Humans
Stars: ✭ 84 (+110%)
Mutual labels:  help-wanted
WhiteCore-Dev
WhiteCoreSim - Software to create your own virtual world
Stars: ✭ 23 (-42.5%)
Mutual labels:  help-wanted
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 1,017 (+2442.5%)
Mutual labels:  help-wanted
monaco-editor-custom-intellisense
Code from the "Custom IntelliSense with Monaco Editor" post
Stars: ✭ 23 (-42.5%)
Mutual labels:  intellisense
RobloxLsp
Roblox Luau Language Server based on Lua by sumneko.
Stars: ✭ 150 (+275%)
Mutual labels:  intellisense
yaclt
Yet Another Change Log Tool
Stars: ✭ 24 (-40%)
Mutual labels:  help-wanted
IPTV
M3U Playlist for free TV channels
Stars: ✭ 1,016 (+2440%)
Mutual labels:  help-wanted
cia
Citizen Intelligence Agency, open-source intelligence (OSINT) project
Stars: ✭ 79 (+97.5%)
Mutual labels:  help-wanted
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (-37.5%)
Mutual labels:  help-wanted
AnkiSharp
Create anki decks and cards from your C# application
Stars: ✭ 39 (-2.5%)
Mutual labels:  help-wanted

Frappe Framework Intellisense

This project contains a Language Server and a VSCode Client to enable intellisense in Frappe projects.

Installation

  1. Make sure your frappe-bench directory is on Python 3.

    cd frappe-bench
    ./env/bin/python --version
    Python 3.7.7
  2. Install this extension from Marketplace. The extension will download the required dependencies automatically.

Features

Right now, we have only a few features but this is the starting point of many more features to come.

Document autocompletion

In DocType classes, fieldnames will be autocompleted after you type self.. For document objects created by get_doc will have fieldnames and method autocompletions.

Document Intellisense

Translation string diagnostics

Incorrect usage of translation strings will be highlighted in red and reported as error.

Translation Diagnostics

Jump to method source in patches.txt

If you command click any patch method in patches.txt you will be navigated to the patch source file.

Patches Jump to Definition


License MIT

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].