Commit Graph

15 Commits

Author SHA1 Message Date
Karl Burtram
7ff6cc34a0 Fix binary names and add internalsvisible flag for tests 2016-07-25 18:19:20 -07:00
Karl Burtram
ee2dc04e39 Fix merge build breaks 2016-07-25 18:10:42 -07:00
Karl Burtram
69eea577af Merge branch 'dev' into dev_langservice 2016-07-25 17:51:23 -07:00
Benjamin Russell
b1f0453341 Merge branch 'dev' into feature/componentizeServiceHost 2016-07-25 16:34:51 -07:00
Karl Burtram
53e26798fc Language Service diagnostics and autocomplete (#9)
* Merge master to dev (#4)

* Misc. clean-ups related to removing unneeded PowerShell Language Service code.
* Remove unneeded files and clean up remaining code.
* Enable file change tracking with Workspace and EditorSession.

* Setup standard src, test folder structure.  Add unit test project.

* Actually stage the deletes.  Update .gitignore

* Integrate SqlParser into the onchange diagnostics to provide error messages.

* Add tests for the language service diagnostics

* Initial implementation for autocomplete.

* Switch to using sys.tables for autocomplete
Move some code into a better class

* Delete unused csproj file.

* Add nuget.config to pickup SQL Parser nuget package
2016-07-25 13:04:14 -07:00
Benjamin Russell
31576d0731 Renaming namespaces to prevent issues with class names 2016-07-25 11:43:26 -07:00
Karl Burtram
ffc89231f4 Delete unused csproj file. 2016-07-24 13:38:44 -07:00
Karl Burtram
a7d634a014 Merge branch 'dev' into dev_langservice 2016-07-24 11:15:47 -07:00
Karl Burtram
4484c8d8cf Initial implementation for autocomplete. 2016-07-24 02:47:45 -07:00
Karl Burtram
3a55333598 Add tests for the language service diagnostics 2016-07-23 17:05:49 -07:00
Benjamin Russell
bd83045a0a Applying refactor to test project
For some strange reason, the using statements don't seem to want to work
for the Message type. The full name has been used instead, but it's an
ugly workaround for the time being.
2016-07-22 16:56:34 -07:00
benrr101
5517d9da81 Removing dead csproj file 2016-07-19 16:15:21 -07:00
benrr101
2a6a33fc11 Adding VS2015 support for ServiceHost project
Creating the standard sln flies for the root of the sqltoolsservice
project and adding xproj files for the individual projects.

Has been confirmed to open and build with VS2015. xUnit tests will work,
but only from Test Explorer (ie, ReSharper test runner doesn't work with
dnx)

Note: This may be subject to change as new standards for .NET Core project
files are developed. See dotnet/roslyn-project-system#37 for more details.
2016-07-19 14:56:44 -07:00
Karl Burtram
01e8f9c3f5 Merge ServiceHost xUnit test project into dev. (#5)
* Setup standard src, test folder structure.  Add unit test project.

* Actually stage the deletes.  Update .gitignore
2016-07-18 17:24:07 -07:00
Karl Burtram
68999917b2 Setup standard src, test folder structure. Add unit test project. 2016-07-17 11:31:31 -07:00