You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
# PineScript V5 Helper
4
4
## Language support for Pine Script V5 with Syntax Highlighting & Snippets
5
+
6
+
## Release Notes
7
+
#### **3.2.3**
8
+
9
+
*27.12.2023 **Update***
10
+
- Snippets for built-in variables, functions and constants updated to Pinescript release December 2023.
11
+
- Hover popup fixed.
12
+
- Grammars fixed.
13
+
14
+
---
15
+
16
+
## Introduction
5
17
**Note: This is a forked project from JeylaniB's [Pine Script](https://marketplace.visualstudio.com/items?itemName=JeylaniB.pinescript) extension.**
6
18
7
19
PineScript Helper provides language support for PineScript, the scripting language used in TradingView. This extension enhances the coding experience by offering syntax highlighting, snippets, and hovers to provide reference manual information for PineScript scripts.
@@ -11,6 +23,14 @@ PineScript is a domain-specific scripting language developed by TradingView. It
11
23
12
24
---
13
25
26
+
### PineScript Color Themes
27
+
PineScript Helper extension is best suited for use with [**PineScript Color Themes**](https://marketplace.visualstudio.com/items?itemName=salbert11.pinescript-color-themes).
28
+
**PineScript Color Themes** provides a collection of editor themes tailored for PineScript development, offering a visually pleasing environment for writing PineScript code.
29
+
30
+
*Note: If you prefer a different theme, you are free to use any other themes of your choice. PineScript Helper is compatible with most themes.*
31
+
32
+
---
33
+
14
34
## Features
15
35
-**Syntax Highlighting** : The extension provides syntax highlighting for PineScript V5, making your code more readable and easier to navigate.
16
36
@@ -30,14 +50,6 @@ PineScript is a domain-specific scripting language developed by TradingView. It
30
50
31
51
---
32
52
33
-
### PineScript Color Themes
34
-
PineScript Helper extension is best suited for use with [**PineScript Color Themes**](https://marketplace.visualstudio.com/items?itemName=salbert11.pinescript-color-themes).
35
-
**PineScript Color Themes** provides a collection of editor themes tailored for PineScript development, offering a visually pleasing environment for writing PineScript code.
36
-
37
-
*Note: If you prefer a different theme, you are free to use any other themes of your choice. PineScript Helper is compatible with most themes.*
38
-
39
-
---
40
-
41
53
## Installation
42
54
### Method 1: Install from VS Code Command Palette
43
55
@@ -108,14 +120,6 @@ The PineScript Helper extension supports the following file extensions:
108
120
109
121
---
110
122
111
-
## Release Notes
112
-
#### **3.2.2**
113
-
114
-
*05.12.2023 **Update***
115
-
- Grammars and snippets for built-in variables, functions and constants updated to Pinescript release November 2023.
116
-
117
-
---
118
-
119
123
## Contribution
120
124
Contributions are welcome! Please feel free to submit a [pull request](https://github.com/salbert11/pinescript/pulls) in the GitHub repository.
121
125
@@ -131,4 +135,4 @@ This extension is released under the [MIT License](./LICENSE.md).
0 commit comments