Coder Social home page Coder Social logo

tobiassekan / solutionextension Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 0.0 681 KB

vscode Extension for Visual Studio Solution Files (*.sln)

Home Page: https://marketplace.visualstudio.com/items?itemName=Tobias-Sekan.solutionextension

License: GNU Affero General Public License v3.0

TypeScript 100.00%
sln vscode-extension

solutionextension's People

Contributors

tobiassekan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

solutionextension's Issues

Many times used GUIDs in NestedProject module not all show as error

  • complete change the Function CheckForDoubleUsingInNestedProjects
  • the function should handle the project list , so we can get a better error diagnostic (e.g. with project name)
GlobalSection(NestedProjects) = preSolution
  {0648DF05-5DDA-4BE1-B5F2-584926EBDB65} = {4AFC9975-2456-4C70-94A4-84073C1CED93}  // No Error -> Not okay
  {0648DF05-5DDA-4BE1-B5F2-584926EBDB65} = {4AFC9975-2456-4C70-94A4-84073C1CED93}  // Error -> Okay
  {0648DF05-5DDA-4BE1-B5F2-584926EBDB65} = {4AFC9975-2456-4C70-94A4-84073C1CED93}  // Error -> Okay
EndGlobalSection

Completion for modules

  • Project
  • ProjectSection
  • EndProjectSection
  • EndProject
  • Global
  • GlobalSection
  • EndGlobalSection
  • EndGlobal

Inform about none typical GlobalSection order

Typical order from Visual Studio is

  1. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  2. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  3. GlobalSection(SolutionProperties) = preSolution
  4. GlobalSection(NestedProjects) = preSolution
  5. GlobalSection(ExtensibilityGlobals) = postSolution

Allow deactivate of CodeLens

Allow deactivation of CodeLens for user they don't like it or have not editor window high

But before:

  • Show Definitions of a Symbol
  • Find All References to a Symbol
  • Show all Symbol Definitions Within a Document (include Breadcrumbs)
  • Show all Symbol Definitions in Folder

Investigate Build types ???

e.g.

.Debug|x64.ActiveCfg
.Debug|x64.Build.0
.Debug|x64.Deploy.0

.Debug|x86.ActiveCfg
.Debug|x86.Build.0 
.Debug|x86.Deploy.0

.Release|x64.ActiveCfg
.Release|x64.Build.0
.Release|x64.Deploy.0

.Release|x86.ActiveCfg
.Release|x86.Build.0
.Release|x86.Deploy.0

Why zero .0 ???

Completion for values

  • ProjectDependencies
  • SolutionItems
  • SolutionConfigurationPlatforms
  • ProjectConfigurationPlatforms
  • SolutionProperties
  • NestedProjects
  • ExtensibilityGlobals

Language feature state

This Issues describes the feature state of this vsCode extension

see https://code.visualstudio.com/api/language-extensions/programmatic-language-features

Feature State Notes
Provide Diagnostics ✔️ more in the future
Show Code Completion Proposals ✔️
Show Hovers 🟡 need a completely overhaul
Help With Function and Method Signatures
Show Definitions of a Symbol ✔️
Find All References to a Symbol ✔️
Highlight All Occurrences of a Symbol in a Document ✔️
Show all Symbol Definitions Within a Document ✔️
Show all Symbol Definitions in Folder ✔️
Possible Actions on Errors or Warnings
CodeLens - Show Actionable Context Information Within Source Code ✔️
Show Color Decorators
Format Source Code in an Editor
Rename Symbols
Feature State Notes
Goto implementation of a symbol ✔️
File link support ✔️

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.