Number 3434
Number 3434
## Proposal In the `Problems` view, clicking the light bulb shows a pop-up menu that allows you to fix the lint, or fix all occurrences of the lint in the...
## The Issue It can sometimes be quite hard to tell that a class implements an interface, as there is no indication that a member implements an interface. It can...
## Describe The Issue When viewing Dart and Flutter source code, it can be quite hard to navigate around, since there is so much documentation. --- ## The Proposal Add...
Show the source of a symbol in the editor suggest and hover widgets. The source of the symbol is the class that defines it. For example, the source of `toString()`...
The Dart > Sort Members command should take into account [sort_constructors_first](https://dart.dev/tools/linter-rules/sort_constructors_first).
## Describe the solution you'd like Please add a button to `copy code` in code spans in markdown documentation comments. Like the following: ```dart /// There is a copy code...
**Is your feature request related to a problem? Please describe.** It would be useful to show the actual error message if a build fails. **Describe the solution you'd like** Debug...
You cannot assign a negative value to a constant. For example: ```pseudo CONSTANT DOES_NOT_COMPILE = -2 // Does not compile ```
If you try to assign an `INTEGER` literal to a variable of type `REAL`, the program will silently crash. For example: ```pseudo DECLARE Pi : REAL Pi