Martin Aeschlimann
|
94f8efcb09
|
[php] use grammar from atom/language-php
|
2016-11-22 19:08:43 +01:00 |
|
Alex Dima
|
99bd264c7a
|
Fix integration test ("whitespace" scopes should not get "invisibles" color)
|
2016-11-07 11:08:07 +01:00 |
|
Alex Dima
|
80cbf2e25e
|
Fixes #14552: Introduce embeddedLanguages in grammars extension point and adopt it for html and php
|
2016-10-27 14:57:25 +02:00 |
|
Martin Aeschlimann
|
2db37ea17a
|
Wrong highlighting for angle bracket syntax in embedded language. Fixes #14551
|
2016-10-27 12:04:54 +02:00 |
|
Martin Aeschlimann
|
073c6d04e9
|
[themes] add support.function
|
2016-10-14 18:02:14 +02:00 |
|
Martin Aeschlimann
|
8751b28026
|
[themes] remove entity.name.function scope from dark vs-default
|
2016-10-14 16:06:39 +02:00 |
|
Johannes Rieken
|
52276538ed
|
tsfmt - extensions/php
|
2016-10-08 09:35:06 +02:00 |
|
Martin Aeschlimann
|
d6f897fd35
|
[php] use textToMarkedString for descriptions in hover
|
2016-09-07 16:37:37 +02:00 |
|
Kaloyan Raev
|
ba72cfcf34
|
Contribute JSON Schema for composer.json
|
2016-08-19 12:06:43 +03:00 |
|
Martin Aeschlimann
|
354a014029
|
Migrate PHP to language-configuration
|
2016-07-21 19:57:02 +02:00 |
|
Alex Dima
|
d5862e8dba
|
Clean extensions OSSREADME.json since the tool now can scan all npm-shrinkwrap.json files
|
2016-07-07 12:36:49 +03:00 |
|
Johannes Rieken
|
7cb8e4514e
|
remove autoClosingPairs, surroundingPair in favour of deprecated api and language config file, fixes #8737
|
2016-07-06 15:42:53 +02:00 |
|
isidor
|
f32b435e6d
|
Add npm-shrinkwrap.json for css, json, php
#8570
|
2016-07-01 09:52:48 +02:00 |
|
Martin Aeschlimann
|
e228769042
|
Polish configuration section labels & add link
|
2016-06-27 18:37:04 +02:00 |
|
Martin Aeschlimann
|
a8eadbd8d4
|
Clean up __characterPairSupport, fixes #6889
|
2016-05-30 10:12:13 +02:00 |
|
Martin Aeschlimann
|
92d4db4f6c
|
[php] Switch to textmate grammar. Fixes #5986
|
2016-05-10 12:06:53 +02:00 |
|
Martin Aeschlimann
|
0c10a9c5a4
|
Add extension OSS dependencies
|
2016-05-02 11:48:26 +02:00 |
|
Martin Aeschlimann
|
37f5e2b355
|
[colorize tests] update test result data
|
2016-04-11 21:28:19 +02:00 |
|
Martin Aeschlimann
|
8509d4e47a
|
even more colorizer tests
|
2016-04-11 16:03:40 +02:00 |
|
Martin Aeschlimann
|
ee9e74c2ef
|
fixes #3931: [php] opening php tag should be recognised as a valid intellisense option
|
2016-03-16 15:12:36 +01:00 |
|
Martin Aeschlimann
|
72e4ba9ae2
|
fixes #3815: [php] autocomplete is not showing user variables
|
2016-03-16 15:12:35 +01:00 |
|
Martin Aeschlimann
|
c6186a2d9d
|
Setup php extension debugging
|
2016-03-16 12:29:40 +01:00 |
|
Martin Aeschlimann
|
9b737ec24e
|
Fixes #4156: PHP settings documentation is not localized
|
2016-03-15 17:07:14 +01:00 |
|
Alex Dima
|
405fc91c56
|
Fixes #3898: Add character pair support to PHP
|
2016-03-15 12:28:01 +01:00 |
|
Martin Aeschlimann
|
efe38cca2d
|
Fixes #3975 : [VSCodeEndGameTesting-Aditi][PHP] Switch case definition inserts intellisense instead of newline
|
2016-03-11 10:47:38 +01:00 |
|
Joao Moreno
|
b07b57cc0e
|
gulpfile.extensions refactor
|
2016-03-04 09:27:27 +01:00 |
|
Dirk Baeumer
|
27b12afea4
|
Localize PHP plugin
|
2016-03-03 15:12:19 +01:00 |
|
Alex Dima
|
07b3df70d1
|
src/vs/platform/plugins -> src/vs/platform/extensions
|
2016-03-01 11:51:56 +01:00 |
|
Alex Dima
|
18c4629511
|
Rename gulp tasks around extensions
|
2016-03-01 11:40:18 +01:00 |
|
Alex Dima
|
1a97264011
|
gulpfile.plugins -> gulpfile.extensions
|
2016-03-01 11:40:17 +01:00 |
|
Alex Dima
|
58c1cdd3eb
|
php extension compiles to commonjs
|
2016-03-01 11:40:14 +01:00 |
|
Dirk Baeumer
|
c93167fec5
|
Fixes #2930: Bad argument
|
2016-02-19 12:27:08 +01:00 |
|
Alex Dima
|
021995c100
|
tslint
|
2016-02-13 00:10:18 +01:00 |
|
Alex Dima
|
d27f694455
|
tslint
|
2016-02-12 17:29:34 +01:00 |
|
Martin Aeschlimann
|
0f6a10b4b0
|
Fixes #2856: [json] Warnings in status bar after updating to version 0.10.8
|
2016-02-10 14:04:53 +01:00 |
|
Martin Aeschlimann
|
2affc685ad
|
Fixes #2645 : [php] Double-click "$a" in "$a->b()" highlights "$a-"
|
2016-02-03 18:39:13 +01:00 |
|
Martin Aeschlimann
|
4732e95b1d
|
[php] prefilter completion proposals based on prefix
|
2016-01-07 16:00:18 +01:00 |
|
Dirk Baeumer
|
93f3088584
|
Fixes #971
|
2015-12-04 12:39:43 +01:00 |
|
Martin Aeschlimann
|
2b7dccce56
|
[php] missing user code auto-complete on 0.10.1 #161
|
2015-12-03 17:38:09 +01:00 |
|
Dirk Baeumer
|
047f55b3b7
|
Merged #336
|
2015-11-30 12:41:50 +01:00 |
|
isidor
|
28e29d7977
|
line endings.
|
2015-11-23 20:28:42 +01:00 |
|
Benjamin Pasero
|
fc6faebbdd
|
Merge pull request #453 from pborreli/typos
Fixed typos
|
2015-11-23 08:09:13 +01:00 |
|
Pascal Borreli
|
16fc6b7585
|
Fixed typos
|
2015-11-22 15:45:31 +00:00 |
|
Martin Aeschlimann
|
c7451c15d2
|
PHP autocompletion: $_GET completes into $$_GET #86
|
2015-11-22 16:38:58 +01:00 |
|
Martin Aeschlimann
|
c89555baaf
|
Visual Studio Code is no longer responding #160
|
2015-11-21 23:57:41 +01:00 |
|
Erich Gamma
|
8f35cc4768
|
Hello Code
|
2015-11-13 14:39:38 +01:00 |
|