I have configured meteor on webstorm and I can see code highlighting and code completion for meteor, but when I add new packages (for example: aldeed:collection2), code highlighting and code completion doesnt work for new packages. How can I make sure that code highlighting and completion also work for new and installed packages. Regards, Chidan
webstorm code highlighting and code completion for meteor packages
147 Views Asked by Chidu Murthy At
1
There are 1 best solutions below
Related Questions in WEBSTORM
- WebStorm: Disabling language injection coloring
- Exclude file from search but not from the project list in WebStorm
- Webstorm: Debugging Mocha tests written in ES6
- What is the type of an object literal key as defined in TypeScript?
- WebStorm not opening in Ubuntu
- WebStorm not tabbing correctly on a single file
- Using TypeScript type definitions with Webstorm 10
- AngularJS / JQuery - form input without an associated label
- WebStorm + ReactNative?
- IntelliJ/Webstorm not finding import reference
- Getting ES6 to work in WebStorm
- angular.js syntax highlighting colors in IDEA / WebStorm editor
- Not able to debug node js app from browser
- Regex replace uppercase with lowercase letters in PhpStorm/Webstorm (Intellij-IDEA)
- webstorm file watcher scss, btn the file can't generated when .scss file imported in other files
Related Questions in CODE-COMPLETION
- IDE doesn't recognize the method
- Prevent ReSharper 9.1 from auto-inserting <> angle brackets when autocompleting generic type
- How to get pydev code completion using super
- Why didn't netbeans auto complete PHP functions
- Xcode is marking all symbols as 'undeclared type' yet they are visible and the project compiles fine
- phalcon netbeans code completion MVC
- Enable c++ code completion for Eclipse Che
- GNU Global do not see a variables
- Faster code-completion with clang
- Vs 2013 Only plain text
- Is there some different plugins under Sublime Text 2 for PHP Auto-Complete?
- XCode 5: Is there any way to group/filter/sort what shows up in code-completion?
- Simple code completion sample in Roslyn
- Eclipse for Android, lost code completion feature
- Clang code complete for not well-formed code?
Related Questions in CODEHIGHLIGHTER
- JsFiddle-like color scheme
- Adobe Dreamweaver CS6 (and CC) doesn't do code-hightlight for *.TWIG files / Notepad++ Auto-Twig highlight
- Program/plugin that highlights chunk of code executed every step(C++ / java )
- How do I do the prismjs diff highlight with language in my markdown file
- how to add data-attribute at markdown code block?
- How to enable Markdown code block line numbers
- webstorm code highlighting and code completion for meteor packages
- Aptana Studio 3: How to get Syntax Highlighting of Shell Scripts *.sh
- Syntax highlighting HTML with links
- Implementing Code Highlighting
- Code highlighting between tags?
- Custom StructuredTextEditor not showing colour codes when opening html code.
- Geshi code highlighter does not work
- How does PasteBin work in the code highlighting area?
- Visual Studio 2012 Code Highlighting for structs
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You should open '.meteor/packages' file and run 'Import packages as library' action (the action will be shown)
Related issue: https://youtrack.jetbrains.com/issue/WEB-17503