The Wayback Machine - https://web.archive.org/web/20200525151441/https://github.com/topics/intellisense
Skip to content
#

intellisense

Here are 92 public repositories matching this topic...

NinoFloris
NinoFloris commented Apr 16, 2020

C# has the possibility to mark types and members as readonly on structs to signal to roslyn no defensive copies have to be performed. F# with its immutable by default semantics should take advantage of this to gain end users some automatic perf improvements.

Relevant language feature docs:
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/struct#readonly-struct

Fire-
Fire- commented Jan 22, 2020

As the title states, I'd like to share configuration, extensions, cache, and document-store between Solargraph (and its internal YARD) as it's used in the VSCode extension, and Yard as it's run from the command line.

The goals are effectively to avoid some duplication of doc generation, let YARD CLI understand Solargraph's custom tags , and have Solargraph utilize any YARD extensions I curren

kouliavtsev
kouliavtsev commented Oct 2, 2019

Thanks for the awesome plugin! ⚡️

The npx tailwind init is optional if you read the Tailwind CSS docs. It is a bit confusing if you skip that step, install the Tailwind CSS IntelliSense plugin, and autocomplete does not work.

In other words, it took me some time to figure this out. 😅 It would be great to mention this somewhere in the docs, so that other people would not waste time on this

rkaiser0324
rkaiser0324 commented Oct 4, 2019

I think this is the right place as it is a doc issue with the extension. In the README, which presumably drives the extension documentation in VS.Code, it says

You need at least PHP 7 installed for the extension to work.

However, the language server requires 7.1 at a minimum, and VS.Code will bark at you if you try 7.0 as I did. So the README here should be changed to reflect that.

MaximeLimone
MaximeLimone commented Feb 6, 2019

Hello,

This is not an issue but a fix or feature

I need a way to add parameter to chrome when run Serve to the browser. To handle CORS expection for example.

I make a fix :
I add this line 1373 in cordovaDebugAdapter.ts : chromeArgs.push(...args.chromeArgs);
just after the chromeArgs object initialization.

And in my launch.json i'm now able to push some arguments to chrome.

"chr

derkallevombau
derkallevombau commented Mar 12, 2020
  • <br>: Works in overview for hover and doc page. Also works in @param description for doc page, but hover prints <br> instead of inserting a line break.
  • \: Works in @param description for hover, but doc page prints \ instead of inserting a line break. When used in overview, both hover and doc page print \.

It would be great if one of these worked generally, preferably <br>,

tylerjwatson
tylerjwatson commented Jul 10, 2018

All symbols in these typings are optional, making concrete implementations of these object an unnecessarily huge task. Only fields marked as optional in the graph documentation should be marked as optional with the ?: specifier, all others should be declared as normal.

If the interface needs to be marked as optional, Partial<T> should be used instead.

moyed24
moyed24 commented May 24, 2019

Keep getting this error upon opening InnovatorAdmin. If I "run as administrator" everything works as it should. I think it may have something with the Publisher listed as "unknown".

I'm on a work computer, so not able to run as administrator every time. Is there a way to fix this?

Capture

Improve this page

Add a description, image, and links to the intellisense topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intellisense topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.