question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to set for reactjs

See original GitHub issue

Hi carlitux,When I was writing react, I couldn’t get some react method completion.like this, 11 in vscode is well。 2

this is my .tern-project setting

{
  "libs": [
    "browser",
    "ecmascript",
    "jquery",
    "react",
    "underscore"
  ],
  "plugins": {
    "node": {},
    "esmodules": {},
    "jsx":{},
  }
}

and this is my min init.vim

let g:deoplete#sources#ternjs#filetypes = [
	\ 'jsx',
	\ 'javascript.jsx',
	\ 'javascript'
	\ ]
let g:deoplete#sources#ternjs#timeout = 3
let g:deoplete#sources#ternjs#types = 1
let g:deoplete#sources#ternjs#docs = 1

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ihechiwilliamscommented, Nov 7, 2020

@glepnir please can you share your config file

0reactions
glepnircommented, Nov 19, 2018

Only some basic support? The render function does not prompt, is this normal? 33

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create a New React App
Create React App is a comfortable environment for learning React, and is the best way to start building a new single-page application in...
Read more >
How to Install React.js with create-react-app - freeCodeCamp
First of all, you are going to need NPM (or Yarn, alternatively). Let's use NPM for this example. If you don't have it...
Read more >
Install React on Windows | Microsoft Learn
Create your React app · Open a terminal(Windows Command Prompt or PowerShell). · Create a new project folder: mkdir ReactProjects and enter that ......
Read more >
How to Install ReactJS on Windows? - GeeksforGeeks
Installation Reactjs on Windows: ... Step 1: Install Node.js installer for windows. Click on this link. Here install the LTS version (the one ......
Read more >
ReactJS installation and setup - Pragim Tech
ReactJS installation and setup · npm install -g create-react-app · create-react-app test-project · cd test-project npm start · <div id="root"></div> · <div id="root"> ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found