All Projects → of-human-bondage → react-proptypes-intellisense

of-human-bondage / react-proptypes-intellisense

Licence: MIT license
VS Code extension for React PropTypes IntelliSense

Programming Languages

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

Projects that are alternatives of or similar to react-proptypes-intellisense

Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (+286.21%)
Mutual labels:  intellisense
Crane
PHP Intellisense/code-completion for VS Code
Stars: ✭ 236 (+713.79%)
Mutual labels:  intellisense
RobloxLsp
Roblox Luau Language Server based on Lua by sumneko.
Stars: ✭ 150 (+417.24%)
Mutual labels:  intellisense
Helm Intellisense
Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml
Stars: ✭ 137 (+372.41%)
Mutual labels:  intellisense
Typescript Hero
VSCode extension that assists you with your everyday work around typescript
Stars: ✭ 222 (+665.52%)
Mutual labels:  intellisense
monaco-editor-custom-intellisense
Code from the "Custom IntelliSense with Monaco Editor" post
Stars: ✭ 23 (-20.69%)
Mutual labels:  intellisense
Clj Suitable
ClojureScript "IntelliSense" support for JS objects and their properties/methods. Via figwheel and Emacs CIDER.
Stars: ✭ 82 (+182.76%)
Mutual labels:  intellisense
VSLilyPond
VSCode Extension for LilyPond
Stars: ✭ 59 (+103.45%)
Mutual labels:  intellisense
Vuex Typescript
A simple way to make Vuex type-safe with intuitive intellisense
Stars: ✭ 234 (+706.9%)
Mutual labels:  intellisense
ReactPropTypes-Plugin
A Jetbrains Plugin for react PropTypes
Stars: ✭ 62 (+113.79%)
Mutual labels:  proptypes
Pythonvscode
This extension is now maintained in the Microsoft fork.
Stars: ✭ 2,013 (+6841.38%)
Mutual labels:  intellisense
Intelephense
Intellisense for PHP
Stars: ✭ 212 (+631.03%)
Mutual labels:  intellisense
vscode-inline-html
🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
Stars: ✭ 31 (+6.9%)
Mutual labels:  intellisense
Flexlib
FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速
Stars: ✭ 1,569 (+5310.34%)
Mutual labels:  intellisense
vscode-cql
CQL language support for VS Code.
Stars: ✭ 15 (-48.28%)
Mutual labels:  intellisense
Solargraph
A Ruby language server.
Stars: ✭ 1,239 (+4172.41%)
Mutual labels:  intellisense
Fsharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
Stars: ✭ 2,966 (+10127.59%)
Mutual labels:  intellisense
Bing-Maps-V8-TypeScript-Definitions
This project contains the TypeScript definitions for the Bing Maps V8 Web Control.
Stars: ✭ 36 (+24.14%)
Mutual labels:  intellisense
intellisense
VSCode Extension and Language Server for Frappe Framework
Stars: ✭ 40 (+37.93%)
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 (+72.41%)
Mutual labels:  intellisense

React Proptypes Intellisense README

Build Status Build status codecov

Features

The extension finds React PropTypes and adds them to the suggestion list.

react-proptypes-intellisense

It works for all implementations of the "PropTypes" feature, i.e. static propTypes, proptypes from a prototype, etc.

Problems

If the extension doesn't work try to configure jsconfig.json.

Your imports have to be resolved to work with this extension:

{
    "compilerOptions": {
        "jsx": "react",
        "baseUrl": "./src/js"
    }
}

"baseUrl" - base directory to resolve imports

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