forked from pxc/VisualCobra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
30 lines (23 loc) · 1.03 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
VisualCobra
-----------
VisualCobra is a Visual Studio 2010 extension providing support for the
Cobra programming language <http://cobra-language.com/>.
At present it simply provides syntax colouring for editing your code in
Visual Studio. You must still compile your Cobra code manually from the
command line. More features are planned for future versions.
If you just want to install the entension, use the Extension Manager in
the Tools menu of Visual Studio 2010. This package is the source code,
which is useful if you are a developer wishing to enhance the extension.
This extension was created by Matthew Strawbridge. The latest version of
this source code is available from the Software Reference website
<http://www.swref.com>.
History
-------
2010-11-13 1.0 Initial release.
Future Plans
------------
* Ability to compile/debug/run Cobra from inside Visual Studio.
* Add options for customising syntax colours, etc.
* Auto-completion based on the Cobra syntax.
* Templates for creating classes, etc.
* +/- block expanding/collapsing