Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Razor Components support in VSCode #6356

Closed
danroth27 opened this issue Jan 3, 2019 · 5 comments
Closed

Razor Components support in VSCode #6356

danroth27 opened this issue Jan 3, 2019 · 5 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Components Big Rock This issue tracks a big effort which can span multiple issues enhancement This issue represents an ask for new feature or an enhancement to an existing one

Comments

@danroth27
Copy link
Member

No description provided.

@danroth27 danroth27 added enhancement This issue represents an ask for new feature or an enhancement to an existing one area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Jan 3, 2019
@gulbanana
Copy link

i’ve written a blazor app in vscode on a mac and the experience wasn’t too bad - the biggest pain point is that without the tooling understanding how components cshtml should work it gets indentation wrong a lot

features like refactoring are missing, but this isn’t as big an issue in practice because you don’t typically refer to the component types defined by .cshtml from .cs files, or vice versa

@RemiBou
Copy link
Contributor

RemiBou commented Jan 4, 2019

for me the biggest problem was autocompletion au using directive generation in cshtml : the namespace on the last release (0.7) don't match the github repo so we have to go to a c#, type the class, let VSCode find the namespace and copy/paste it.

@SteveSandersonMS SteveSandersonMS added the area-blazor Includes: Blazor, Razor Components label Feb 6, 2019
@rynowak rynowak added the Components Big Rock This issue tracks a big effort which can span multiple issues label Mar 4, 2019
@rynowak rynowak mentioned this issue Mar 4, 2019
56 tasks
@danroth27 danroth27 added this to the 3.0.0-preview4 milestone Apr 12, 2019
@danroth27
Copy link
Member Author

The work here is done!

@RemiBou
Copy link
Contributor

RemiBou commented Apr 13, 2019

Thanks Dan, do you have any release date ?

@danroth27
Copy link
Member Author

Hopefully some time next week.

@mkArtakMSFT mkArtakMSFT removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels May 9, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Components Big Rock This issue tracks a big effort which can span multiple issues enhancement This issue represents an ask for new feature or an enhancement to an existing one
Projects
None yet
Development

No branches or pull requests

7 participants