VueJS IDE
Vue.js - The Progressive JavaScript Framework.
Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.
VueJS Plug-in is a part of CodeLobster IDE - Professional version
The VueJS plug-in turns a VueJS editor into a full-fledged VueJS IDE!
VueJS IDE has the following abilities to work with VueJS framework:
- VueJS download
- Autocomplete for VueJS functions
- Tooltips for VueJS functions
- Context and Dynamic help
1. VueJS download
VueJS plug-in gives the ability to download the latest framework version from the original site and install it to the necessary folder using wizard.

2. Autocomplete for VueJS functions
VueJS autocomplete feature enables you to write code faster. Pop-up completion list includes VueJS functions.
Completion list is called automatically in necessary area of VueJS code.

Completion list is called automatically in necessary area of VueJS code.
3. Tooltips for VueJS functions
Tooltips feature helps you to write code correctly. It includes descriptions for VueJS functions.
Tooltips are shown automatically in necessary area of VueJS code.

4. Context and Dynamic Help
You can quickly obtain necessary information about VueJS syntax using these features.
To get help topics using Context Help:
- Place pointer on element you want to review help topic for and press F1 button
The Dynamic Help window displays links to help topics for an element the pointer is placed on.
VueJS plug-in conducts search to https://vuejs.org/v2/guide/
VueJS plug-in conducts search to https://vuejs.org/v2/guide/
