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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,20 @@ And then point to that phan installation:
120
120
121
121
**For guidance on how to set up a Phan project, please see [phan/phan](https://github.com/phan/phan).**
122
122
123
+
## Release History
124
+
125
+
### 0.0.4
126
+
127
+
- Bump Phan version in composer.lock. Support new Phan plugin types. Include History in README.md
128
+
129
+
### 0.0.3
130
+
131
+
- Improve documentation. Mention that Visual Studio Code must be restarted in order to pick up any changes to this editor's phan settings.
132
+
133
+
### 0.0.2
134
+
135
+
- Reword README, rename extension to php-phan
136
+
123
137
## Credits
124
138
125
139
This VS Code extension and many parts of the language server protocol implementation are based on [PHP IntelliSense](https://github.com/felixfbecker/vscode-php-intellisense)
0 commit comments