visualfsharp/vsintegration
nosami 3815881cff Remove automatic project reordering
It caused more problems than it solves.

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1088740
2022-06-21 11:42:29 +01:00
..
ItemTemplates consume dotnet arcade sdk 2019-03-21 11:49:18 -07:00
ProjectTemplates Loc update (#10651) 2021-02-22 14:35:50 +00:00
Vsix Netstandardfcis (#10675) 2021-02-22 14:35:57 +00:00
src Remove automatic project reordering 2022-06-21 11:42:29 +01:00
tests build (#10980) 2021-02-22 14:36:34 +00:00
Templates.Directory.Build.props Merge remote-tracking branch 'upstream/dev16.0' into merges/dev16.0-to-master 2019-04-04 15:20:07 -07:00
Templates.Directory.Build.targets reshape the output directory to match divisional standards (#5985) 2018-12-18 20:57:02 -08:00
readme.md restore templates removed in #7379 (#8205) 2021-02-22 14:28:29 +00:00
update-vsintegration.cmd remove sigdata and optdata files (#9852) 2021-02-22 14:35:15 +00:00

readme.md

This folder contains projects and tests related to Visual Studio tooling.

src/FSharp.Editor

Top-level project for the Visual F# IDE tools. This project contains the following

  • Interfaces which implement Roslyn workspace APIs
  • Top-level interactions with the F# Compiler Service
  • Logic for handling data in the F# Compiler Service
  • Helpers for interacting with Roslyn APIs
  • Various utilities

In general, if something is implemented here and the logic becomes rather lengthy, it may be a good idea to push that logic down into the F# Compiler Service so that other editors can benefit.

src/FSharp.UIResources

GUI controls and resources for Visual F# tooling.

src/FSharp.LanguageService

Legacy bindings to the F# Compiler Service. Most of the code paths here are dead, and exist mainly to allow our test suite to extensively test the F# Compiler Service.

src/FSharp.LanguageService.Base

Legacy bits for a base-level, editor-agnostic language service. This code isn't used anywhere else, though.

src/FSharp.ProjectSystem.Base

Legacy bindings to the legacy (and unsupported) MPF project system type in Visual Studio. This code will eventually be deprecated.

src/FSharp.ProjectSystem.FSharp

Legacy project system to handle F# projects targeting the .NET Framework, with some code paths also handling .NET Core. The latter will eventually be factored out, as this code will eventually be deprecated.

src/FSharp.ProjectSystem.PropertyPages

GUI for F# project properties.

tests/Salsa

Legacy tooling for IDE unit tests. Used extensively in tests, hence it still exists.

tests/unittests

IDE unit tests. Some code paths go through bits which aren't ever executed when using F# in Visual Studio, but they do extensively test the F# Compiler Service.

utils/LanguageServiceProfiling

A skeleton command line tool which exercises the F# Compiler Service.

ItemTemplates

Visual Studio item templates for F# projects.

ProjectTemplates

Visual Studio project templates for .NET Framework projects.